Storing a large record in a BDB queue
994490Mar 3 2013 — edited Mar 19 2013Hi,
I'm using a the BDB in the queue access method, to store some stuff. their size vary from 64B to 4Mb.
My problem is, that i didn't find a way of storing this large (4Mb) records in the queue, since the page size cannot exceed 64Kb, and for some reason the record (in queue) must be smaller then the page size.
Thanks in advance.