1. 14 1月, 2023 1 次提交
  2. 22 11月, 2022 1 次提交
  3. 21 11月, 2022 1 次提交
    • L
      feat(tianmu) Improve the performance of master slave synchronization and the... · 6de777fd
      lihongjian 提交于
      feat(tianmu) Improve the performance of master slave synchronization and the performance of the execution interface for modifying data(889)
      1.
      When synchronizing data, push down the conditions for delete and update.
      Only qualified data will be scanned to avoid full table scanning.
      When executing the push down condition, tianmu will use metadata to perform rough filtering to determine the qualified packages.
      In addition, when executing the push down condition, we only need to make a materialization comparison on the qualified records,
      instead of making a materialization comparison on the unqualified records.
      2.
      Improve the execution speed of (delete_row) and (update_row) functions. At present, it is considered to parallelize the modification of each column
      6de777fd
  4. 14 11月, 2022 2 次提交
  5. 02 11月, 2022 1 次提交
  6. 01 11月, 2022 1 次提交
  7. 30 10月, 2022 1 次提交
  8. 13 10月, 2022 1 次提交
  9. 05 10月, 2022 1 次提交
  10. 14 9月, 2022 1 次提交
  11. 17 8月, 2022 1 次提交
  12. 11 8月, 2022 1 次提交
  13. 03 8月, 2022 1 次提交
  14. 07 7月, 2022 1 次提交
  15. 28 6月, 2022 1 次提交
  16. 16 6月, 2022 1 次提交
  17. 10 6月, 2022 1 次提交