Activity › Forums › Salesforce® Discussions › How Standard Fields and Custom Fields related information is saved in Salesforce Database? › Reply To: How Standard Fields and Custom Fields related information is saved in Salesforce Database?
-
Salesforce is using Multi-tenant architecture, means many organizations (Tenants) are using same infrastructure. Salesforce Database saves Metadata Information in hundreds of table. Run time engine then generates organization specific query to get information about their organizations and Data from common table as shown in below diagram. Below Database tables are partitioned by Organization ID and generates virtual table specific to Org.