Multiple choice technology web technology

Which feature of database is used for having data for EC Engine for different users in same table?

  1. Static Table

  2. Partition Table

  3. In-Memory Cache Table

  4. Hash Tables

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Partition tables allow a single logical table to be divided into physical segments that can be stored separately. This feature is commonly used in multi-tenant applications where different users' data needs to be isolated while maintaining a single table structure. Static tables store data without segmentation, in-memory cache tables optimize read performance, and hash tables use a different indexing mechanism altogether.