You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/05/16 10:30:04 UTC

[jira] [Commented] (IGNITE-5226) Annotated fields compression

    [ https://issues.apache.org/jira/browse/IGNITE-5226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16012112#comment-16012112 ] 

ASF GitHub Bot commented on IGNITE-5226:
----------------------------------------

GitHub user daradurvs opened a pull request:

    https://github.com/apache/ignite/pull/1951

    IGNITE-5226

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/daradurvs/ignite ignite-5226

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/1951.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1951
    
----
commit 9df73f0808f9e45afc56622c0412472e3269763f
Author: Vyacheslav Daradur <da...@gmail.com>
Date:   2017-05-15T16:15:21Z

    ignite-5226: prototype

commit 868d3a89413b11593f1c4689b6a516f69c2c2d4a
Author: Vyacheslav Daradur <da...@gmail.com>
Date:   2017-05-16T10:24:39Z

    ignite-5226: minor refactoring

----


> Annotated fields compression
> ----------------------------
>
>                 Key: IGNITE-5226
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5226
>             Project: Ignite
>          Issue Type: New Feature
>          Components: binary, cache
>            Reporter: Vyacheslav Daradur
>            Assignee: Vyacheslav Daradur
>             Fix For: 2.1
>
>
> Develop solution for compression of annotated fields of an object.
> For example:
> {code}
> class Foo {
>     @BinaryCompession
>     String data;
> }
> {code}
> It must be compatible with querying and indexing.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)