0

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

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
Buttercup
  • 2,007
  • 2
  • 15
  • 9

1 Answers1

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