Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

aunjgr/matrixone

aunjgr pushed 4 commits to update-pk aunjgr/matrixone
  • add datasync code owner (#21223) add datasync code code Approved by: @fengttt 7b36185
  • add partitionservice for create and delete partition table (#21196) add partitionservice for create and delete parti... f7093cc
  • [#21179]Fix bug (#21189) 1.Fix #21179 2. Fix bug for delete batch. Approved by: @gouhongshen, @ouyuanning, @XuPeng-SH f8c5a8f
  • support updating primary/unique key columns in new DML 27dc48c

View on GitHub

aunjgr pushed 2 commits to update-pk aunjgr/matrixone
  • remove fields (#21219) 1,删除不再需要的字段 - cteRef.defaultDatabase。 - BindContext.leftChild/rightChild 2, 修改保存view name方式(... 7f6b771
  • support updating primary/unique key columns in new DML d87cf5c

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML d6faaf0

View on GitHub

aunjgr pushed 2 commits to update-pk aunjgr/matrixone
  • support GOBUILD_OPT pass to Makefile (#21221) support "make GOBUILD_OPT=-cover" to allow build with coverage test. ... f18cb22
  • support updating primary/unique key columns in new DML 6fcc637

View on GitHub

aunjgr pushed 15 commits to update-pk aunjgr/matrixone
  • [improvement] proxy: add logs when connect/disconnect (#21193) add logs when connect/disconnect Approved by: @zhang... 6cff851
  • refactoring shuffle pipeline for shuffle joins on single CN (#21187) refactoring shuffle pipeline for shuffle joins ... 6f2bcd4
  • support show recovery_window (#21183) support show recovery_window Approved by: @daviszhen, @iamlinjunhong, @qingxi... dba711f
  • prune incomplete sql before send (#21202) prune incomplete sql before send Approved by: @daviszhen 8210c78
  • fix TestReplay8 (#21199) - fix the panic check in flushing tombstones and allow it to throw an error - do not block ... eda40b0
  • refactor wal implementation to make it testable (#21188) refactor wal to make it testable and Approved by: @jiangx... 3b2d1e5
  • ensure endTs greater than startTs (#21194) ensure endTs greater than startTs Approved by: @daviszhen 0e291d2
  • fix TestGCCheckpoint1 (#21205) fix TestGCCheckpoint1 Approved by: @LeftHandCold 7f6aab2
  • support shuffle pipeline refactoring for right joins (#21203) support shuffle pipeline refactoring for right joins ... 6ca9092
  • fix top container reset (#21208) fix top container reset Approved by: @ouyuanning 29ab03a
  • fix unlock when version of bind changed (#21207) fix unlock when version of bind changed Approved by: @zhangxu19830126 e331e9e
  • feat: optimize mo backup (#21218) 优化备份时 MO 的 IO 负载。 全量备份会从 MO 拷贝所有数据,导致 IO 负载较高。事实上,如果用户已进行过备份,本地可能已存在大量数据,无需重复拷贝。 ... 1584b10
  • refactor checkpoint (#21209) update TableObjectsAttr Approved by: @XuPeng-SH 060a456
  • fix enum type parse stage (#21214) fix enum type parse stage Approved by: @XuPeng-SH d8e16e5
  • support updating primary/unique key columns in new DML 7b16adf

View on GitHub

aunjgr pushed 1 commit to main aunjgr/matrixone
  • [improvement] proxy: add logs when connect/disconnect (#21193) add logs when connect/disconnect Approved by: @zhang... 6cff851

View on GitHub

aunjgr pushed 1 commit to ci-test aunjgr/matrixone

View on GitHub

aunjgr pushed 1979 commits to main aunjgr/matrixone
  • add issue18710 cases (#18737) add on duplicate update cases Approved by: @aressu1985 daadc46
  • [bug] proxy: fix panic when kill connection (#18757) fix panic when kill connection Approved by: @zhangxu19830126 11c4ec7
  • skip tombstone object by obj create ts. (#18716) skip tombstone object by obj create ts to reduce io. Approved by: ... fd69d19
  • Fix merge panic (#18762) d37fb88
  • support order by limit optimization for non-sorted columns (#18753) support order by limit optimization for non-sort... 2c2d52b
  • fix a bug that double int hashmap memory allocation (#18738) fix a bug that double int hashmap memory allocation Ap... c2339c3
  • make it less prone to go index for cluster by tables (#18751) make it less prone to go index for cluster by tables ... b0f38cc
  • update delete flushThreshold (#18758) update delete flushThreshold Approved by: @m-schen dd07375
  • remove mistake objIt.Next (#18748) The `Next` call is wrong. Approved by: @XuPeng-SH 28d798f
  • optimize create vector index step 3 (#18766) remove unnecessary orderby when insert data Approved by: @ouyuanning c0e9e55
  • add lockmerge to prevent intensive transfer (#18615) - If a large delete txn occurs, attempt to stop merging on this... 8826444
  • remove a unit test which cause ci hang (#18772) 250c23a
  • mo-service: fix default cache configs (#18689) fileservice: do not set default memory and disk config in setDefaults... 52a8987
  • add support rollback running txn (#18771) add support rollback running txn Approved by: @reusee 09fae51
  • fix a bug that cause hashmap data wrong (#18746) fix a bug that cause hashmap data wrong Approved by: @heni02, @m-s... 6a33c32
  • Update upgrade code main (#18733) Method for reading query results during upgrade modification Change from Unsafe to... 5cb18b8
  • fix KillRoutineConnections panic(#cherry-pick) (#18729) fix KillRoutineConnections panic Approved by: @daviszhen f6c401c
  • fix a bug in delete pipeline which may cause panic and hang (#18776) fix a bug in delete pipeline which may cause pa... 3899793
  • fix json_extract_string, json_extract_float64 with multi path param (#18770) fix json_extract_string, json_extract_f... 06297d7
  • add summary for txnBlock (#18780) Add summary to speed up scanning txn during pulling logtail Approved by: @XuPeng-SH 5be19c2
  • and 1959 more ...

View on GitHub

aunjgr pushed 2 commits to update-pk aunjgr/matrixone
  • update cte & view (#21177) 文档:https://github.com/matrixorigin/docs/pull/328/files 简化cte和view相关的代码。 - 简化查找cte定义的过程 -... ff98c0c
  • support updating primary/unique key columns in new DML 4afccd4

View on GitHub

mergify[bot] pushed 2 commits to ci-test aunjgr/matrixone
  • update cte & view (#21177) 文档:https://github.com/matrixorigin/docs/pull/328/files 简化cte和view相关的代码。 - 简化查找cte定义的过程 -... ff98c0c
  • Merge branch 'main' into ci-test 67ae56a

View on GitHub

aunjgr created a branch on aunjgr/matrixone

ci-test - Planet scale, cloud-edge native big data engine crafted for heterogeneous workloads

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 2c50fe0

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 3204bb1

View on GitHub

aunjgr pushed 2 commits to update-pk aunjgr/matrixone
  • adjust dop of shuffle plan for future refactoring (#21180) adjust dop of shuffle plan for future refactoring Approv... abe8c32
  • support updating primary/unique key columns in new DML 51986fe

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 829b1cf

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML cbe5c18

View on GitHub

aunjgr pushed 3 commits to update-pk aunjgr/matrixone
  • [improvement] stats: add some metrics and watcher. (#21182) add some metrics and watcher. Approved by: @XuPeng-SH, ... c5da079
  • restore upgrade tenant Code (#21185) restore upgrade tenant Code Approved by: @daviszhen 1c3a6e1
  • support updating primary/unique key columns in new DML 98729de

View on GitHub

aunjgr pushed 5 commits to update-pk aunjgr/matrixone
  • add dop field in stats (#21169) add dop field in stats Approved by: @ouyuanning, @aunjgr 4d507f3
  • Fix TestCkpLeak (#21172) Fix TestCkpLeak Approved by: @XuPeng-SH 0f9e8d0
  • fix a bug that cause panic in shuffle (#21176) fix a bug that cause panic in shuffle Approved by: @ouyuanning 6301ec7
  • fix disorder in reconnecting logtail (#21124) -Resolve inconsistencies in pausing and resuming logtail consumers. A... dc935af
  • support updating primary/unique key columns in new DML b51a383

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 3a8edae

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML c2d9537

View on GitHub

aunjgr pushed 2 commits to update-pk aunjgr/matrixone
  • fix: load float with stringQuote into int type column return… (#21134) 按照与产品对齐结论修改,对于load “1.9”到int 类型列, 浮点数带双引号loa... 442fe7d
  • support updating primary/unique key columns in new DML 2bd6b9e

View on GitHub

aunjgr pushed 3 commits to update-pk aunjgr/matrixone
  • remove partition old codes (#21123) remove partition old codes Approved by: @daviszhen, @badboynt1, @iamlinjunhong,... eae07c4
  • Change the upgraded panic error to fatal (#21173) ce40be4
  • support updating primary/unique key columns in new DML 3c39a4a

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 0757537

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 2757324

View on GitHub

aunjgr pushed 11 commits to update-pk aunjgr/matrixone
  • refactor: Reduce the number of objects in Api.Proto (#21130) Reduce the number of objects in Api.Proto Approved by:... 2086ccf
  • use full db.table path in insert stmt (#21151) use full db.table path in insert stmt Approved by: @ouyuanning 4ce6775
  • fix bvt (#21146) fix bvt Approved by: @heni02 a9fbae3
  • refactor: Reduce the number of objects in Projection.Call (#21129) Reduce the number of objects in Projection.Call ... 694b7c0
  • optimize readers when there is false filter (#21156) optimize readers when there is false filter Approved by: @ouyu... 2560d48
  • add shuffle method for objlist split (#21150) add shuffle method for objlist split Approved by: @ouyuanning, @trium... fcbf276
  • [#21049] Fix bug (#21066) a7c6e06
  • improve replay (#21161) improve catalog replay Approved by: @aptend, @XuPeng-SH c306647
  • fix partition state pinned by mo table stats and adding some metrics. (#21167) fix partition state pinned by mo tabl... 06afc9d
  • fix Test_CheckpointChaos1 (#21164) fix Test_CheckpointChaos1 Approved by: @LeftHandCold 016cc97
  • support updating primary/unique key columns in new DML e093f86

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 792e99e

View on GitHub

aunjgr pushed 1 commit to update-pk aunjgr/matrixone
  • support updating primary/unique key columns in new DML 2e81a1c

View on GitHub

aunjgr pushed 6 commits to update-pk aunjgr/matrixone
  • 3-Add dataX and tenxcloud bvt test,base:main (#20718) test Approved by: @aressu1985 1b85136
  • fix replay (#21127) fix replay, update first replay lsn Approved by: @XuPeng-SH c52752f
  • fix createdInTxn impl (#21138) - provide a better impl for isCreatedInTxn check Approved by: @XuPeng-SH fe850be
  • fix TestGlobalCheckpoint7 ut (#21144) fix TestGlobalCheckpoint7 ut Approved by: @LeftHandCold 62a6206
  • chore: add account filter-condition to speedup etlmerge check-exist (#21132) Add `account=?` filter-condition combin... 655da5a
  • support updating primary/unique key columns in new DML 877267f

View on GitHub

aunjgr pushed 4 commits to update-pk aunjgr/matrixone
  • [Tech Request]: add new object list relation data (#20681) add new object list relation data Approved by: @daviszhe... 1c1ad9e
  • [improvement] logtail: some refactor to reduce GC pressure (#21126) do some refactor to reduce GC pressure Approved... 8f38de5
  • [Cherry-pick] check col existence of mo_pubs/subs (#21133) check col existence of mo_pubs/subs Approved by: @daviszhen 4af809a
  • support updating primary/unique key columns in new DML 3f8a802

View on GitHub

aunjgr pushed 2 commits to update-pk aunjgr/matrixone
  • Refactor create pitr statement (#21104) Refactor create pitr statement Approved by: @iamlinjunhong 1eddb56
  • support updating primary/unique key columns in new DML 907a967

View on GitHub

Load more