views:

51

answers:

1

Hi,

what's the usual way to store a CLOB (a few 100KB) inside Berkeley DB?

+1  A: 

Berkeley Database doesn't really do datatypes, it stores bytes. So just store your bytes in the database.

Adam Batkin