You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mitja Lenič (JIRA)" <ji...@apache.org> on 2010/08/03 00:58:16 UTC

[jira] Created: (LUCENE-2583) Transparent chunk transformation (compression) of index directory

Transparent chunk transformation (compression) of index directory
-----------------------------------------------------------------

                 Key: LUCENE-2583
                 URL: https://issues.apache.org/jira/browse/LUCENE-2583
             Project: Lucene - Java
          Issue Type: Improvement
          Components: Store
    Affects Versions: 3.0.2, 3.0.1, 3.0, 2.9.3, 2.9.2, 2.9.1, 2.9, 2.4.1
            Reporter: Mitja Lenič
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org