Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-2583

Transparent chunk transformation (compression) of index directory

Details

    • Improvement
    • Status: Reopened
    • Minor
    • Resolution: Unresolved
    • 2.4.1, 2.9, 2.9.1, 2.9.2, 2.9.3, 3.0, 3.0.1, 3.0.2
    • None
    • core/store
    • None
    • New, Patch Available

    Description

      In some cases user is willing to sacrifice speed for space efficiency or better data security. I've developed driver for Directory that enables transparent compression (any transformation) of directory files, by using decorator pattern. With current experience, compression ratios are between 1:5 to 1:10, which depends on type of data stored in index.

      Directory files are sliced into fixed chunks, each chunk separately transformed (eg. compressed, encrypted, ...) and written to supporting (nested) directory for storage.

      I've create project page at http://code.google.com/p/lucenetransform/ and am also prepared to join contrib/store.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mitja.lenic Mitja Lenič
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: