Reported By: Roy Lambert Reported On: 7/25/2001 For: Version 2.11 Build 1
# 836In-Memory Tables Save to a Stream Occupy Too Much Space I can understand that filing a table as a memory stream will carry some overheads but if I create a disk table with the same structure on-disk occupies 16Kb in-memory filed as a blob occupies c90Kb. Moving from filing the data as a memory stram and going back to putting the data into a memo field delinied with ¬ goes from c51Mb to c350Kb.
Comments and WorkaroundsInternal block size used by in-memory tables was too large (64k). It's now been trimmed down to 4k.
ResolutionFixed Problem on 7/27/2001 in version 2.12 build 1