[ https://issues.apache.org/jira/browse/IGNITE-6034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16122235#comment-16122235 ]
ASF GitHub Bot commented on IGNITE-6034: ---------------------------------------- GitHub user devozerov opened a pull request: https://github.com/apache/ignite/pull/2432 IGNITE-6034 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-6034 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/2432.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 #2432 ---- commit 50cfab7806275f8719a38276c549f38695b0e9f0 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T18:09:11Z Writer part. commit 6d820243389f64cc2324b048e75240271c93d291 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T18:18:21Z Reader part. commit 37b228b09983607a24c5db6f93cdefc38ed9081f Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T18:22:12Z Minors. commit 74890db63bfe20e472433391b3f1bd8f2e5699a5 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T18:23:38Z Minors. commit 6f1b888fa698dc948951a7a22e9c01650712af6a Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T18:28:08Z Single interface. commit 977ee1ac7224145f950a775a19b778c0721e6354 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T18:54:02Z Wired things up. Now need to remove plain types. commit df031907a1d5520d942258ce3ba86e6c31975114 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T19:09:00Z WIP. commit fe3bdc5db94c7daf6e7d6d4ef3c71df474a5880c Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T19:23:04Z Removed GridKernalContext from "value" signature. commit 91a0de707e49988c18ee04c924d3f6b29fcb4b22 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T19:25:40Z Minors. commit 5da2e2ae23d422693b8cdbfb272d1a6d9d644fe8 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T19:58:10Z Done. commit fe8241292ece4ba083faf5fbc1dca83562e6da41 Author: devozerov <ppoze...@gmail.com> Date: 2017-08-10T20:02:45Z Minors. ---- > SQL: Optimize GridQueryNextPageResponse message consumption > ----------------------------------------------------------- > > Key: IGNITE-6034 > URL: https://issues.apache.org/jira/browse/IGNITE-6034 > Project: Ignite > Issue Type: Task > Components: sql > Affects Versions: 2.1 > Reporter: Vladimir Ozerov > Assignee: Vladimir Ozerov > Labels: performance > Fix For: 2.2 > > > Currently we store data in {{GridQueryNextPageResponse}} in message wrappers. > This can be avoided easily, if we add custom converter interface which could > be passed to our direct marshaller facility. -- This message was sent by Atlassian JIRA (v6.4.14#64029)