what's the usual way to store a CLOB (a few 100KB) inside Berkeley DB?
Asked
Active
Viewed 130 times
1 Answers
1
Berkeley Database doesn't really do datatypes, it stores bytes. So just store your bytes in the database.

Adam Batkin
- 51,711
- 9
- 123
- 115