G
gus bjorklund
Guest
temp-tables do not use an unbounded amount of memory. they have a fixed-allocation in-memory buffer pool and on-disk backing store. once the temp-table page buffers have been allocated they don't grow further. record buffers and related structures are allocated in the 4GL run time but typically are relatively small. usually there are one or two per table, depedning on the 4GL code. but it sure sounds like something is wrong in your situation. maybe tech support can assist.
Continue reading...
Continue reading...