Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May I know any formula or technique to find equivalent QVW size from Database table size.
qvw size majorly depends on:
If you want to learn it in depth, read: Symbol Tables and Bit-Stuffed Pointers
The technique is empirical: Load the data and see what you get... The size of the file is fairly linear to the data amount, so you can also load a subset of the data and extrapolate to make an intelligent guess.
Tresesco's answer above is absolutely correct. In addition, the database may or may not contain large amounts of indexes, so the same table may in a database sometimes use a lot of memory, sometimes a lot less.
HIC