Uploaded image for project: 'Tupelo'
  1. Tupelo
  2. TUP-180

H2 context storage handling imrpovement

XMLWordPrintableJSON

      Make the H2Context store literals in varchars rather than CLOBs. Any literal that exceeds 16k (16,384) bytes should be stored as a CLOB, otherwise as a varchar.

      This takes into account H2's insistence that every CLOB, no matter the size, be stored as a file which leads to a huge number of files with a few bytes in them, all allocated at the minimum (4k usually) by the file system.

              jgaynor Jeffrey Gaynor
              jgaynor Jeffrey Gaynor
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: