Commit af96e89
authored
lsop encode opt (#339)
* opt for lsop getPayLoadContentSize
* add performa test for ObTableLsOperationRequest encode
* use ObByteBuf to encode lsop
* lsop request encode perf opt
* add default bytes cache for obkvparam and ohtablefilter
* Revert "add default bytes cache for obkvparam and ohtablefilter"
This reverts commit 8a555ef.
* add default bytes cache for obkvparam and ohtablefilter
* fix bug for indexName encode1 parent c9a8c08 commit af96e89
File tree
17 files changed
+1278
-168
lines changed- src
- main/java/com/alipay/oceanbase/rpc
- protocol/payload
- impl
- execute
- query
- table
- util
- test/java/com/alipay/oceanbase/rpc/protocol/payload/impl/execute
17 files changed
+1278
-168
lines changedLines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
48 | 53 | | |
49 | 54 | | |
50 | 55 | | |
| |||
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
186 | 209 | | |
0 commit comments