Quote Originally Posted by laggyluk View Post
Should I use packed records for this purpose? the interweb says it has slower access performance than 'unpacked'
Packed record are usually only required when you need to load/save data in a consistent way between different compilers or even languages, or when passing to programming API routines.
Besides that, I haven't noticed any slowdown when using packed records compared to normal records