Database Limitations
As you design your database, you should keep in mind the following limitations:
A table can have up to 255 fields.
A table can have up to 32 indexes.
Note
Keep in mind that defining relationships with Referential Integrity turned on creates one additional index in each participating table that counts toward the 32-index limit per table.
A multiple-field index can have up to 10 fields. The sum of the lengths of the fields cannot exceed 255 bytes.
A row in a table, excluding memo fields and ActiveX objects, can be no longer than approximately 4 kilobytes (KB).
A memo field can store up to 1 GB of characters, but you can’t display a memo larger than 64 KB in a form or a datasheet.
Note
Clearly, if you try to store a 1-GB memo (which requires ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access