4c5ba4bb01
[Improve](point query) optimize sendFields since writeField is heav… ( #18000 )
...
save about 20% FE cpu cost for point query with prepared statement which table contains 100 columns
2023-03-23 17:45:56 +08:00
1da3e7596e
[fix](point query) Fix NegativeArraySizeException when prepared statement contains a long string ( #17651 )
2023-03-16 10:24:33 +08:00
f2fd47f238
[Improve](row-store) support row cache ( #16263 )
2023-02-06 11:16:39 +08:00
116e17428b
[Enhancement](point query optimize) improve performace of point query on primary keys ( #15491 )
...
1. support row format using codec of jsonb
2. short path optimize for point query
3. support prepared statement for point query
4. support mysql binary format
2023-01-20 13:33:01 +08:00