- RDBMS => Databases => Tables => Columns/Rows
- AIMP => Projects => Indexes => Documents with key-value pairs
Index classes
AIMP provides two types of index classes based on access frequency:STANDARD and INFREQUENT_ACCESS.
STANDARDindexes are optimized for high-throughput, low-latency access to your data.INFREQUENT_ACCESSindexes are optimized for infrequent access to your data.