I am trying to think of a way to have read only tuples optimised for maximum oltp throughput. The first location to look into is the tuple Structure and how it's headers and structure are maintained. So I am targeting the headers and the mvcc qualification logic in order to cut down on these two overheads.
The idea is to have data which is bulk loaded and huge and only used for reads with high throughput and not persist for long. Thoughts? On 31 Jul 2015 01:19, "Dmitriy Setrakyan" <dsetrak...@apache.org> wrote: > On Thu, Jul 30, 2015 at 12:44 PM, Atri Sharma <atri.j...@gmail.com> wrote: > > > Can someone please shed some light on tuple Structure we use? > Specifically > > the headers > > > > Are you asking about IgniteBiTuple class? Do you have specific questions? >