Re: [DISCUSSION] IEP-92: Binary Tuple Format

2022-06-24 Thread Aleksey Demakov
Hi all, I updated IEP-92 [1] with information on binary representation of different data types. Regards, Aleksey [1] https://cwiki.apache.org/confluence/display/IGNITE/IEP-92%3A+Binary+Tuple+Format

Re: [DISCUSSION] IEP-92: Binary Tuple Format

2022-06-17 Thread Pavel Tupitsyn
Aleksey, I fully support the idea of a common tuple format to avoid conversions when passing data around (servers, clients). The IEP looks good to me. > Integer Field Compression Agree with this, we can even extend the idea to float/double fields. > size of table elements might be 1, 2, 4, or 8

[DISCUSSION] IEP-92: Binary Tuple Format

2022-06-16 Thread Aleksey Demakov
Hi all, I drafted a proposal for a new data format for Apache Ignite 3.0. For lack of a better name it is called Binary Tuple Format [1]. The idea is to have a common representation of rows and other similar data whenever that data is transferred and handled in binary form by different database mo