c9b4eaea76
[Chore](storage) change FieldType to enum class #18500
2023-04-10 08:53:44 +08:00
7180cf3d9b
[Improve](row store) avoid serialize null slot into a jsonb row ( #17734 )
...
This could save some disk space
2023-03-14 22:13:41 +08:00
e82b827bc8
[optimize](vectorization)Optimize to_string's performance. ( #17076 )
2023-03-03 10:35:59 +08:00
f2fd47f238
[Improve](row-store) support row cache ( #16263 )
2023-02-06 11:16:39 +08:00
1d8265c5a3
[refactor](row-store) make row store column a hidden column in meta ( #16251 )
...
This could simplfy storage engine logic and make code more readable, and we could analyze
the hidden `__DORIS_ROW_STORE_COL__` length etc..
2023-02-02 20:56:13 +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