home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Demos / OOFILE / docs / limits.txt < prev    next >
Encoding:
Text File  |  1995-09-28  |  802 b   |  27 lines  |  [TEXT/ttxt]

  1. limits.txt
  2.  
  3. Current OOFILE limits as of beta1.04
  4. -=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-
  5.  
  6. Note: most of these are c-tree limits. Future OOFILE versions are likely to work around some of them.
  7.  
  8. Total size of fields in a dbTable:
  9.     64kb (with 8 bytes per dbBlob or dbText)
  10.     Note: that some padding may be inserted to longword boundaries.
  11.  
  12. Size of dbBlob field (includes dbText):
  13.     2Gb (slightly less for file overhead)
  14.  
  15. Size of container file:
  16.     2Gb
  17.     Note: this may be a single database "superfile" or limit individual files 
  18.     and indexes, which would be far larger than in a superfile.
  19.  
  20. Total number of tables & indices effectively limited by memory
  21. (set by the ctMAXFIL and MAX_DAT_KEY parameters in ctoptn.h)
  22.  
  23. Indices per table:
  24.     32 (c-tree default set by ctMAX_DAT_KEY in ctoptn.h)
  25.  
  26. Size of key:
  27.     200 bytes