home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-09-28 | 802 b | 27 lines | [TEXT/ttxt] |
- limits.txt
-
- Current OOFILE limits as of beta1.04
- -=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
-
- Note: most of these are c-tree limits. Future OOFILE versions are likely to work around some of them.
-
- Total size of fields in a dbTable:
- 64kb (with 8 bytes per dbBlob or dbText)
- Note: that some padding may be inserted to longword boundaries.
-
- Size of dbBlob field (includes dbText):
- 2Gb (slightly less for file overhead)
-
- Size of container file:
- 2Gb
- Note: this may be a single database "superfile" or limit individual files
- and indexes, which would be far larger than in a superfile.
-
- Total number of tables & indices effectively limited by memory
- (set by the ctMAXFIL and MAX_DAT_KEY parameters in ctoptn.h)
-
- Indices per table:
- 32 (c-tree default set by ctMAX_DAT_KEY in ctoptn.h)
-
- Size of key:
- 200 bytes