Salesforce select字段的多少对性能影响巨大,第1个是select 144个字段,第2个是select 5个字段, 性能相差了7倍

"select Id,IsDeleted,MasterRecordId,AccountId,IsPersonAccount,LastName,FirstName,Salutation,Name,RecordTypeId,OtherStreet,OtherCity,OtherState,
OtherPostalCode,OtherCountry,OtherLatitude,OtherLongitude,OtherAddress,MailingStreet,MailingCity,MailingState,MailingPostalCode,MailingCountry,
MailingLatitude,MailingLongitude,MailingAddress,Phone,Fax,MobilePhone,HomePhone,OtherPhone,AssistantPhone,ReportsToId,Email,Title,Department,
AssistantName,LeadSource,Birthdate,Description,CurrencyIsoCode,OwnerId,HasOptedOutOfEmail,HasOptedOutOfFax,DoNotCall,CreatedDate,CreatedById,
LastModifiedDate,LastModifiedById,SystemModstamp,LastActivityDate,LastCURequestDate,LastCUUpdateDate,LastViewedDate,LastReferencedDate,
EmailBouncedReason,EmailBouncedDate,IsEmailBounced,PhotoUrl,Jigsaw,JigsawContactId,Addway__c,AlertSet_c__c,City__c,CustomerL__c,MemberLevel__c,
States__c,Address2__c,Address3__c,Address__c,Age__c,ComOther__c,ComQQ__c,Comwechat__c,Comweibo__c,Division__c,JoinOrNot__c,Joindate__c,MainName2ID__c,
MainName2__c,MainNameID__c,MemberInteger__c,MemberNumber__c,Memo2__c,Memo__c,ExternalID__c,NextCallBack__c,OtherID__c,PostDate__c,Tel2__c,Tel3__c,
testClick__c,testautonumber__c,MemberActivties__c,EmailAddress__c,Subsidiaries__c,IsDateLoader__c,Line__c,English_Name__c,Want_Type__c,Get_Info__c,
Total_Point__c,Exchanged_Point__c,Remaining_Point__c,website__c,TWMemberLevel__c,sex__c,Identity_CardID__c,newsletter__c,Ostricare_baby__c,babecare__c,
karihome__c,Ostricare_Level__c,Babecare_Level__c,Karihome_Level__c,Ostricare_adult__c,Ostricare_adult_Level__c,A_DERMA__c,DUCRAY__c,NOV__c,BIO_OIL__c,
AgeNum__c,Others__c,Quicure__c
from Contact where recordtypeId='012900000011oa9AAA' "

"select Id,LastName,FirstName,Salutation,Phone
from Contact where recordtypeId='012900000011oa9AAA' "

  

最新文章

  1. Angularjs ng-if和ng-show的区别
  2. git pull错误
  3. linux命令(1):ls命令
  4. 【8-16】Android学习笔记01
  5. [转]NSTimer和CADisplayLink的基本用法
  6. JavaEE5种常见的设计模式
  7. C语言volatile关键字
  8. Windows版 mysql 5.7.16安装
  9. linux系统下安装apache与tomcat
  10. sql语句中BEGIN TRAN...COMMIT TRAN
  11. 编码神器 Sublime Text 包管理工具及扩展大全
  12. IDEA第三章----idea常用配置
  13. 大数据基础知识问答----spark篇,大数据生态圈
  14. cocos2d-x学习之路之工作吐槽
  15. C# 生成海报,文本区域指定和换行,图片合成
  16. Eclipse调试多线程代码
  17. servlet简单介绍
  18. Java 11 - Java String类
  19. Weex 学习文档、跳转路径、控制台输出、we转js汇总
  20. shell编程入门(一)

热门文章

  1. HTML5与移动端web学习笔记
  2. [WP8.1UI控件编程]SemanticZoom控件实现分组列表
  3. [BZOJ2803][Poi2012]Prefixuffix
  4. ajax操作时用于提高用户体验的两段备用代码
  5. ThinkPHP3.2.3--相对路径的写法
  6. [CareerCup] 15.4 Types of Join 各种交
  7. EasyUI组件(窗口组件)
  8. 9.20 java继承
  9. Linux 根据组名查询出该组内所有成员
  10. 兼容的firstChild,lastChild,nextSibling,previousSibling写法