Explain skinny table. What are the considerations for skinny table?
Answer Posted / Ruchi Tiwari
A skinny table is a database design pattern where the rows have very few columns, and each column represents a separate entity or concept. In Salesforce context, considerations for using a skinny table include minimizing the number of fields in a single object, reducing the size of records, improving query performance, and simplifying data relationships. However, it may lead to more joins and complex queries due to the distribution of data across multiple tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers