Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
aunjgr pushed 3 commits to replace aunjgr/matrixone
aunjgr pushed 23 commits to replace aunjgr/matrixone
- support insert/delete/update/select for partition table (#21242) 311190f
- add log of stack for retry lock (#21288) add log of stack for retry lock Approved by: @zhangxu19830126 fd9d868
- Fix pitrtid is not unique and panic (#21293) Fix pitrtid is not unique and panic Approved by: @XuPeng-SH ef13f21
- enhance replay WAL and add aggresive replay unit test (#21290) enhance replay WAL and add aggresive replay unit tes... daf9e93
- add range parititon support (#21295) add range parititon support Approved by: @ouyuanning, @badboynt1, @iamlinjunhong e36ef4d
- Remove txn reader from flush and checkpoint (#20809) refactor the object list and make checkpoint depend on the new ... e4030e0
- [Refactoring]: remove connector for some DML cases (#21296) [Refactoring]: remove connector for some DML cases Appr... edd4097
- adding UTs and BVTs for reader. (#21297) More UTs and BVTs to cover the bugs we have encountered. Approved by: @XuP... 3d85c28
- Fix TestPitrMeta&onBlockSelectedFn (#21304) Fix TestPitrMeta case Fix the bug that onBlockSelectedFn does not return... 2920f47
- restore moerr code (#21310) restore moerr code Approved by: @zhangxu19830126 775dad8
- optimize wal impl (#21308) optimize wal impl Approved by: @jiangxinmeng1 be29360
- support range columns partition (#21307) support range columns partition Approved by: @iamlinjunhong 2b01ad4
- fix TestCannotBusyLoopIfWriteCIsFull failed (#21312) fix TestCannotBusyLoopIfWriteCIsFull failed Approved by: @ouyu... 75f5505
- Change flush s3 threshold for local run (#21314) Change flush s3 threshold for local run Approved by: @badboynt1, @... 8e104ed
- bugfix: adjust mo_logger use server side max_allowed_packet config (#21317) mo_logger SHOULD use server side max_all... 10c095d
- add list partition support (#21318) add list partition support Approved by: @iamlinjunhong 84d81d7
- cleam remote txn when stop cn (#21322) cleam remote txn when stop cn Approved by: @zhangxu19830126 a2b2d94
- lower possibility of failure in receiving logtail (#21324) - avoid blocking all tests Approved by: @heni02 42af4bc
- make sharding can working on new partition codes (#21319) make sharding can working on new partition codes Approved... be0edb5
- remove the accountinfo in process.sessioninfo (#21101) remove the accountinfo in process.sessioninfo Approved by: @... eba8136
- and 3 more ...
aunjgr pushed 12 commits to replace aunjgr/matrixone
- refactor: make table_function as source class operator (#21255) make table_function as source class operator Approv... 48f33fc
- clean fields (#21269) doc https://github.com/matrixorigin/docs/blob/main/design/mo/sql/20250116-daviszhen-clean-rec-... 02d0e42
- create index check duplicate index with same parts (#21257) bug fix mo can create duplicate fulltext index on same c... 4a0cc22
- prune incomplete sql (#21266) prune incomplete sql before send Approved by: @daviszhen 11446b9
- skip to subscribe to the deleted table when calculating the mo table stats. (#21252) skip to subscribe to the delet... eb06245
- refactor checkpoint (#21253) refactor checkpoint 1. collect ckp batch 2. replay catalog Approved by: @XuPeng-SH f80352a
- fix TestGlobalCheckpoint7 (#21278) fix TestGlobalCheckpoint7 Approved by: @LeftHandCold 97ec151
- fix dead lock (#21279) fix dead lock Approved by: @ouyuanning fb4cc6f
- support dump for vecf32 and vecf64 (#21281) https://github.com/matrixorigin/MO-Cloud/issues/4765 Approved by: @qin... f839524
- fix operator of partition (#21276) fix operator of partition Approved by: @ouyuanning, @aunjgr, @badboynt1 cc9ad9e
- add alter table drop fulltext index case. (#21261) add alter table drop fulltext index case Approved by: @heni02 38c394d
- implement REPLACE stmt in new DML plan 1996cbe
aunjgr opened a pull request on matrixorigin/matrixone
implement REPLACE stmt in new DML plan
## What type of PR is this? - [ ] API-change - [ ] BUG - [ ] Improvement - [ ] Documentation - [ ] Feature - [ ] Test and CI - [x] Code Refactoring ## Which issue(s) this PR fixes: i...aunjgr created a branch on aunjgr/matrixone
replace - Planet scale, cloud-edge native big data engine crafted for heterogeneous workloads
aunjgr closed an issue on matrixorigin/matrixone
[Subtask]: update on primary/unique key columns in new DML
### Parent Issue #17500 ### Detail of Subtask ```sql create table t1(a int primary key, b int unique); update t1 set a = ..., b = ... where ... ``` ### Describe implementation you've conside...aunjgr pushed 2 commits to update-pk aunjgr/matrixone
aunjgr closed a pull request on matrixorigin/matrixone
[WIP] test pipeline modifications
## What type of PR is this? - [ ] API-change - [ ] BUG - [ ] Improvement - [ ] Documentation - [ ] Feature - [ ] Test and CI - [x] Code Refactoring ## Which issue(s) this PR fixes: i...aunjgr pushed 3 commits to update-pk aunjgr/matrixone
aunjgr pushed 2 commits to update-pk aunjgr/matrixone
aunjgr pushed 9 commits to update-pk aunjgr/matrixone
- fix rollback not exec (#21229) fix rollback not exec when pause/drop cdc task Approved by: @daviszhen de54eb6
- fileservice: more logs for memory cache updating (#20888) add more logs for debugging slow memory cache updating. A... 877da28
- [bug] stats: fix hang issue when get stats (#21228) in some case, some tables' subscription request fails and it wil... bc1d114
- fix snapshot and create table as of timestamp (#21231) fix snapshot and create table as of timestamp Approved by: @... 71e082b
- enable shuffle reuse for shuffle join pipeline refactoring (#21230) enable shuffle reuse for shuffle join pipeline r... 18910d4
- fix data copy in replaying from checkpoint - main (#21233) - Copy bytes to target fields Approved by: @XuPeng-SH 71661a4
- Plugin framework (#21141) We need a plugin framework in SQL that allows to execute a custom plugin executable that c... 30f390d
- Reset flush s3 threshold (#21032) Reset flush s3 threshold Approved by: @badboynt1, @aressu1985 d91fa68
- support updating primary/unique key columns in new DML be473a0
aunjgr pushed 2 commits to ci-test aunjgr/matrixone
aunjgr pushed 7 commits to ci-test aunjgr/matrixone
- fileservice: more logs for memory cache updating (#20888) add more logs for debugging slow memory cache updating. A... 877da28
- [bug] stats: fix hang issue when get stats (#21228) in some case, some tables' subscription request fails and it wil... bc1d114
- fix snapshot and create table as of timestamp (#21231) fix snapshot and create table as of timestamp Approved by: @... 71e082b
- enable shuffle reuse for shuffle join pipeline refactoring (#21230) enable shuffle reuse for shuffle join pipeline r... 18910d4
- fix data copy in replaying from checkpoint - main (#21233) - Copy bytes to target fields Approved by: @XuPeng-SH 71661a4
- Plugin framework (#21141) We need a plugin framework in SQL that allows to execute a custom plugin executable that c... 30f390d
- support updating primary/unique key columns in new DML c034998
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
aunjgr pushed 2 commits to update-pk aunjgr/matrixone
aunjgr pushed 1 commit to update-pk aunjgr/matrixone
- support updating primary/unique key columns in new DML d6faaf0
aunjgr pushed 2 commits to update-pk aunjgr/matrixone
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