Skip to content
Snippets Groups Projects
  1. Jun 18, 2021
    • 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
  2. 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
  3. Jun 15, 2021
  4. 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
  5. 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
  6. 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
  7. Jun 09, 2021
  8. 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
  9. 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
  10. 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
  11. 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
  12. Jun 01, 2021
  13. 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
  14. 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
  15. May 21, 2021
  16. May 14, 2021
  17. May 08, 2021
  18. Apr 16, 2021
  19. Apr 14, 2021
  20. Apr 12, 2021
  21. Apr 09, 2021
  22. Apr 08, 2021
  23. Apr 07, 2021
  24. Apr 06, 2021
  25. Apr 02, 2021
  26. Mar 31, 2021
  27. Mar 30, 2021