Skip to content
Snippets Groups Projects
  1. Jun 25, 2021
  2. Jun 24, 2021
    • daviszhen's avatar
      Add DDL,DML and other statements (#147) · 5f977c33
      daviszhen authored
      * Add IOPackage module. buffering and byte order need to be tuned;
      
      * Add mysql client protocol.
      
      * Make mysql client protocol works
      
      * Add configuration related operation interface
      
      * The configuration works
      
      * Add ast transformer
      
      * Add expression and selectstmt transformer
      
      * Remove useless directories(types,session,sessionctx,util); change Subquery,TableExpr; add CaseExpr; add IntervalExpr; add IsTruthExpr; add DefaultVal; add Union Clause; add Insert Statement; “
      
      * Fix decimal; add CreateTable
      
      * Add origString for NumVal
      
      * Fix decimal null value
      
      * Rm some useless code
      
      * Try to connect the frontend with the computation engine with the fake storage engine and the fake nodes
      
      * The frontend are connected with the computation engine
      
      * Fix parallel pipeline problem
      
      * Add DropTable, CreateDatabase, DropDatabase, Insert, Delete, Update, LoadData, Begin, Commit , Rollback, Set(partial), Show(partial), Explain(partial), Use 
      5f977c33
    • nnsgmsone's avatar
      Bind the fillresult to each pipeline (#145) · b4bf2cad
      nnsgmsone authored
      b4bf2cad
    • sukki37's avatar
      Add tablet struct (#142) · 0832e3cb
      sukki37 authored
      * Change data type of type field of tableInfo
      * Add Tablet Struct and name encode method
      0832e3cb
  3. Jun 23, 2021
    • XuPeng-SH's avatar
      (AOE)[daily-update]: update for index and other updates (#140) · 300874c4
      XuPeng-SH authored
      * Update common refs
      
      * Add iterator
      
      * Add FilterCtx
      
      * Update for index
      300874c4
    • sukki37's avatar
      (AOE): Add distributed kv storage & Implements global metadata interface (#138) · ec83b0c9
      sukki37 authored
      
      * Init catalog pkg
      
      * Add incr & test
      
      * Add wr ops
      
      * Update catalog kv args definition & modify catalog test
      
      * Add batchset
      
      * Add async call test
      
      * Add prefix scan test
      
      * Re-org 
      
      * Impl dist storage interface 
      
      * Cluster test case
      
      * Init catalog pkg
      
      * Update catalog kv args definition & modify catalog test
      
      * Dist storage interface 
      
      * Callback when dynamic shard created
      
      * Update cb when dynamic group created
      
      * Bug fix for prefixscan
      
      * Fix bug occurred by shared pebble instance.
      
      * Add dispatch interface
      
      * Add create statement
      
      * Remove debug code
      
      * Change data type
      
      * Update cube version
      
      * Add codecs for table def
      
      * Add codecs for table
      
      * Return node address in Dispatch method
      
      * Chaneg info structure and add serialization method
      
      Co-authored-by: default avatarnnsgmsone <nnsmgsone@outlook.com>
      ec83b0c9
    • nnsgmsone's avatar
      Add codecs for table def (#133) · cd9dceaf
      nnsgmsone authored
      cd9dceaf
  4. Jun 21, 2021
    • XuPeng-SH's avatar
      (aoe)[daily-update]: add index buf manager and other updates (#126) · 5c3694c6
      XuPeng-SH authored
      * (aoe): add buffer manager node
      
      * (aoe): update cursor
      
      * (aoe): update cursor 2
      
      * (aoe): update index node
      
      * (aoe): update layout dataio
      
      * (aoe): update index holder
      
      * (aoe): add IndexBufMgr
      
      * (aoe): update for index
      
      * (aoe): update for index ref
      
      * (aoe): update index 1
      
      * (aoe): update index 2
      
      * (aoe): update index 3
      
      * (aoe): update index 4
      
      * (aoe): update index 5
      
      * (aoe): update index 6
      
      * (aoe): update index 7
      5c3694c6
  5. Jun 18, 2021
    • Yingfeng Zhang's avatar
      Remove DS_Store from repo · 46e1c771
      Yingfeng Zhang authored
      46e1c771
    • daviszhen's avatar
      Make the server works. The server can accept the sql and execute it now. (#123) · ff106e12
      daviszhen authored
      * Add IOPackage module. buffering and byte order need to be tuned;
      
      * Add mysql client protocol.
      
      * Make mysql client protocol works
      
      * Add configuration related operation interface
      
      * The configuration works
      
      * Add ast transformer
      
      * Add expression and selectstmt transformer
      
      * Remove useless directories(types,session,sessionctx,util); change Subquery,TableExpr; add CaseExpr; add IntervalExpr; add IsTruthExpr; add DefaultVal; add Union Clause; add Insert Statement; “
      
      * Fix decimal; add CreateTable
      
      * Add origString for NumVal
      
      * Fix decimal null value
      
      * Remove some useless code
      
      * Try to connect the frontend with the computation engine with the fake storage engine and the fake nodes
      
      * The frontend are connected with the computation engine
      ff106e12
    • XuPeng-SH's avatar
      (AOE)[daily-update]: upgrade buffer manager and other updates (#121) · 4677e22c
      XuPeng-SH authored
      * Enhance buffer related code
      
      * Update for index
      
      * Update db_test
      4677e22c
    • nnsgmsone's avatar
      Add compile (#120) · 6ff42077
      nnsgmsone authored
      6ff42077
  6. Jun 17, 2021
    • XuPeng-SH's avatar
      (AOE)[daily-update): update for index and some other updates (#118) · da96de73
      XuPeng-SH authored
      * Add colpart for dataio
      
      * Remove dataio colseg
      
      * Small refactor
      
      * Remove some dummy info in part
      
      * Fix bug in mock vector
      
      * Update some test
      
      * Update meta block
      
      * Add index
      
      * Update for performance
      
      * Fix bug fir data race
      
      * Implement a simple zonemap index
      
      * Add dataio helper
      
      * Add dataio index
      
      * Update buffer manager key from common.ID to uint64
      da96de73
  7. Jun 15, 2021
  8. Jun 13, 2021
    • XuPeng-SH's avatar
      (AOE)[daily-update]: implement file management and other updates (#110) · 40f8dde9
      XuPeng-SH authored
      * Fix bug in node iface
      
      * Refactor metadata test
      
      * Add fs manager
      
      * Refactor layout dataio
      
      * Lock for blk and seg file read
      
      * Implement layout dataio mock manager
      
      * Fix some bugs
      
      * Temp disable blk handle pool 
      
      * Add cursor api for blk handle for test
      
      * Fix data race in buffer manager
      40f8dde9
  9. Jun 11, 2021
    • XuPeng-SH's avatar
      (AOE)[daily-update): meta and data replay and other updates (#107) · cb5565c0
      XuPeng-SH authored
      * Update db test
      
      * Change metadata table
      
      * Update table data
      
      * Data replay 1
      
      * Fix bug in createtbl
      
      * Update metadata block
      
      * Update upgradeblkop
      
      * Refactor col data
      
      * Refactor some test
      
      * Refactor col block
      
      * Update upgradeblkop
      
      * Fix data race
      
      * Fix bug for meta and data replay
      cb5565c0
  10. Jun 10, 2021
    • daviszhen's avatar
      Add Create Table Statement, A orgStr in NumVal (#105) · 3257b21e
      daviszhen authored
      * Add IOPackage module. buffering and byte order need to be tuned;
      
      * Add mysql client protocol.
      
      * Make mysql client protocol works
      
      * Add configuration related operation interface
      
      * The configuration works
      
      * Add ast transformer
      
      * Add expression and selectstmt transformer
      
      * Remove useless directories(types,session,sessionctx,util); change Subquery,TableExpr; add CaseExpr; add IntervalExpr; add IsTruthExpr; add DefaultVal; add Union Clause; add Insert Statement; “
      
      * Fix decimal; add CreateTable
      
      * Add origString for NumVal
      3257b21e
  11. Jun 09, 2021
  12. Jun 08, 2021
    • XuPeng-SH's avatar
      (AOE)[daily-update]: Resource gc and other updates (#99) · b8167313
      XuPeng-SH authored
      * Update ops worker for stats
      
      * Add sstBufMgr for col data
      
      * Small name refactor
      
      * Update test
      
      * Refactor for all ref logic
      
      * Fix bug in handle for ref logic
      
      * Remove dummy comment
      
      * More readable print info
      
      * Update db append test
      
      * Update db test
      b8167313
  13. Jun 07, 2021
    • XuPeng-SH's avatar
      (AOE): implement tables related work (#97) · ecfd268b
      XuPeng-SH authored
      * (AOE): Add test utils
      
      * (AOE): Add data tables
      
      * (AOE): Add schema
      
      * (AOE): Update meta info
      
      * (AOE): Add create table db api
      
      * (AOE): Add createtbl memdata ops
      
      * (AOE): Add db create tbl test
      
      * (AOE): Add db append test
      
      * (AOE: Add db concurrent test
      
      * (AOE): Update db test
      
      * (AOE): Fix data race
      
      * (AOE): Update db iter
      ecfd268b
  14. Jun 04, 2021
    • daviszhen's avatar
      Add Union Clause, Insert Statement; Change Subquery and StatementSource;... · bc5c5796
      daviszhen authored
      Add Union Clause, Insert Statement; Change Subquery and StatementSource; Removing some useless directories (#95)
      
      * Add IOPackage module. buffering and byte order need to be tuned;
      
      * Add mysql client protocol.
      
      * Make mysql client protocol works
      
      * Add configuration related operation interface
      
      * The configuration works
      
      * Add ast transformer
      
      * Add expression and selectstmt transformer
      
      * Remove useless directories(types,session,sessionctx,util); change Subquery,TableExpr; add CaseExpr; add IntervalExpr; add IsTruthExpr; add DefaultVal; add Union Clause; add Insert Statement; “
      bc5c5796
  15. Jun 03, 2021
    • XuPeng-SH's avatar
      (AOE): Add more apis and some small refactors (#93) · b8e66f62
      XuPeng-SH authored
      * (AOE): Add some apis for db
      
      * (AOE): Put layout.ID to common.ID
      
      * (AOE): Add table handles
      
      * (AOE): Update table handles
      
      * (AOE): Update seg test
      
      * (AOE): Optimize handle
      
      * (AOE): Add get blk and seg iter api
      
      * (AOE): Update handle
      b8e66f62
  16. Jun 01, 2021
  17. May 31, 2021
    • XuPeng-SH's avatar
      add aoe storage engine (#88) · 41c560e0
      XuPeng-SH authored
      * Migrate aoe code from aoe_prototype
      
      * Remove dependency for mock type
      
      * Fix bug in flushblk
      
      * Fix bug in buffer manager
      
      * Update storage worker
      
      * Impl a temp writer and reader for block
      41c560e0
  18. May 30, 2021
    • daviszhen's avatar
      Add sql parser transformer (#86) · eab68c44
      daviszhen authored
      * Add IOPackage module. buffering and byte order need to be tuned;
      
      * Add mysql client protocol.
      
      * Make mysql client protocol works
      
      * Add configuration related operation interface
      
      * Configuration works
      
      * Add ast transformer
      
      * Add expression and selectstmt transformer
      eab68c44
  19. May 21, 2021
  20. May 14, 2021
  21. May 08, 2021
  22. Apr 16, 2021
  23. Apr 14, 2021
  24. Apr 12, 2021
  25. Apr 09, 2021
  26. Apr 08, 2021
  27. Apr 07, 2021