- Dec 15, 2021
-
-
Jin Hai authored
* init * Add query build * Add unit case for star schema benchmark (#1046) * Add f-tree construction * add comment * Refining the construction of ftree * Add connector, projection and restrict * New parsers * Adapt storage interface according factor storage (#1134) * Adaptation factor interface * Update matedata interface * update ut * Fix ut * Update for reader and add more ut (#1135) * Add view tree * add build plan function for DDL * code for ddl build and compile * res primaryKey def * Migration of overload-template, implicit type conversion, not, like, Ast Rewrite (#1159) * Migration of overload-template, not, like * Migration of AstRewrite * fix extend.IsLogical function * Add DDL Run Function (#1168) * add run for ddl * delete packrage repeated import * fix some template code error * adjust the frontend for the factor (#1170) * fix batch.Zs misuse (#1171) * Adapt storage interface of factor (#1172) * temp show, step 1 * feat: support show db / show tables / show columns; fix: fix a init error while create table * Add compile vtree * Add result column for DDL * Fix conflict * add some missing code in build.go * fix a bug in show columns from table * Add single table test (#1188) * Migration of Insert function (#1194) Migration of buildConstant function * Parser support the syntax of table def for index (#1190) * Fix the failed to remove block bug of Reader * Remove debug info (#1202) * Deal with empty string in Load statement (#1203) (#1204) * Add Reader's read cache and Fix the bug of Reader (#1207) * Fix the bug of Reader * Add Reader's read cache * Fix the bug that relation lacks reader * add unitTest for sql and fix a bug in insert (#1208) * fix bugs for like operator and insert * Fix the bug of repeatedly reading a block (#1215) * Pipeline serialization / deseralization (#1176) (#1222) * add new hashtable (#1223) * Refactor Reader.Read code (#1227) * Improve Load * Add panic protection (#1229) * Mislead writebatch timeout (#1231) * add specific info for writebatch timeout during load * fix real count in last batch * fix the misunderstanding in the OK Payload * Fix the bug of fixed string * edit Makefile : clean generated files from .template * Float Precision: will return error for some case and did not apply displayWidth and precision for float now (#1242) * Merge AOE0.2 into the factor branch (#1253) * Refactor Reader.Read code * update aoe 0.2 storage * Fix bug of protocol * fix a bug in mod operators for two constant value add some test case. * Add Default attribute to ColumnInfo (#1256) * Change parser makefile to work well (#1258) * Support Type Date (create / insert and show in frontEnd) (#1268) * support create and insert for column type Date * support default value for date * add support for default value when show columns from table * add date into load * Add the table option of properties in parser (#1278) (#1279) * Add the table option of properties in catalog (#1280) * Rewrite group-by related code in a batched manner (#1283) * Support `datetime` column type. create / insert / select (#1294) * Support the stmt of <show create table> * update primary key (#1302) * Add batch times (#1303) * Fix reflect.SliceHeader misuses found by go vet (#1006) (#1307) * Add calcuteCount (#1309) * code refactor (#1314) * Cherry pick new workflow file to factor branch from main (#1315) * Add new workflow for factor and disable scheduler on 1.18 (#1306) * Changed the work-flow name to show on page * Fix a bug in multi-column serialization (#1318) * Fix a bug in multi-column serialization * Replace non-ascii comment * Remove non-ascii chars Co-authored-by:
Yingfeng Zhang <yingfeng.zhang@gmail.com> * cmd/db-server: add -cpuprofile flag (#1323) cmd/db-server: add -allocsprofile flag cmd/db-server: add heap metrics * Makefile: fix build and debug target to use cmd/db-server directory instead of main.go (#1325) * Merge parser to factor (#1327) * Fix invalid pointer caused by hashtable resize (#1328) * Merge AOE and Catalog to factor (#1332) * Copy aoe storage * Merge driver * Fix error * Merge catalog * Update matrixcube version (#1336) * Add CAQ (#1337) * update (#1338) * Add view logic for building indefinitely long strings (#1342) * Recover the code of <show create table> (#1344) * add missing bytes limit (#1347) * Update hashtable and modify interfaces accordingly (#1352) * Fix vector ut error (#1356) * Update matrixcube version * Fix vector ut error * Fix Aoe&driver ut (#1357) * Feature, support --version argument (#1359) * fix aoe&frontend ut and some build errors (#1360) * config file verbose version (#1364) * Update main branch bug fix (#1365) * Define and implement whole split process: add catalog listener (#1321) * catalog listener * add catalog/helper.go * add driver/helper.go * update getTablets * update OnPostSplit * Flush database wait checkpointed (#1355) * snapshot enhancement (#1358) * Update SaveShardMetadata (#1353) Co-authored-by:
jiangxinmeng1 <51114574+jiangxinmeng1@users.noreply.github.com> Co-authored-by:
XuPeng-SH <xupeng3112@163.com> * Update the config parameter "block-max-rows" to 16000 (#1366) * fix a bug in vector.String() (#1367) * Update matrixcube version (#1368) * Add InitAddress Function (#1363) * speedup the output of the mo (#1370) * set the node info for the computation (#1373) * transplant the epochtest from main to the factor (#1375) * Fix TestBuild bug (#1380) * comment ut (#1381) * change the ut of the channel protocol (#1379) * Support select * for factor (single thread) (#1377) * single thread for select * * fix conflict * comment ut (#1382) * Fix aoe snapshot UT (#1383) * migrate the cube config from main to factor (#1384) * Support empty table to return to reader normally (#1385) * Fix the problem of constant restrict (#1388) * Fix bug for concurrent flush tblk (#1389) (#1390) Co-authored-by:
XuPeng-SH <xupeng3112@163.com> * Overwrite all files from main to factor Signed-off-by:
jinhai <haijin.chn@gmail.com> Co-authored-by:
nnsgmsone <nnsmgsone@outlook.com> Co-authored-by:
sukki37 <cat0043@outlook.com> Co-authored-by:
aubin <1030420200@qq.com> Co-authored-by:
GreatRiver <2552853833@qq.com> Co-authored-by:
chenmingsong <mschenjj@foxmail.com> Co-authored-by:
chenmingsong <59043531+m-schen@users.noreply.github.com> Co-authored-by:
daviszhen <60595215+daviszhen@users.noreply.github.com> Co-authored-by:
iamlinjunhong <49111204+iamlinjunhong@users.noreply.github.com> Co-authored-by:
jiangxinmeng1 <51114574+jiangxinmeng1@users.noreply.github.com> Co-authored-by:
bRong Njam <longran1989@gmail.com> Co-authored-by:
reusee <reusee@gmail.com> Co-authored-by:
maomao <77312370+sukki37@users.noreply.github.com> Co-authored-by:
Matthew <58507761+lignay@users.noreply.github.com> Co-authored-by:
Yingfeng Zhang <yingfeng.zhang@gmail.com> Co-authored-by:
broccoliSpicy <93440049+broccoliSpicy@users.noreply.github.com> Co-authored-by:
XuPeng-SH <xupeng3112@163.com>
-
- Dec 14, 2021
-
-
XuPeng-SH authored
-
- Dec 12, 2021
-
-
jiangxinmeng1 authored
-
XuPeng-SH authored
-
XuPeng-SH authored
-
- Dec 10, 2021
-
-
XuPeng-SH authored
-
jiangxinmeng1 authored
* catalog listener * add catalog/helper.go * add driver/helper.go * update getTablets * update OnPostSplit
-
jiangxinmeng1 authored
-
XuPeng-SH authored
-
- Dec 09, 2021
-
-
maomao authored
Add path filters
-
Jin Hai authored
Signed-off-by:
jinhai <haijin.chn@gmail.com>
-
broccoliSpicy authored
-
Yingfeng authored
-
bRong Njam authored
-
周子龙 authored
-
- Dec 08, 2021
-
-
broccoliSpicy authored
Fix issue#1310, add two files pkg/config/system_vars.go pkg/config/system_vars_test.go to gitignore (#1316)
-
bRong Njam authored
-
iamlinjunhong authored
-
Matthew authored
-
Matthew authored
-
XuPeng-SH authored
-
- Dec 07, 2021
-
-
周子龙 authored
-
bRong Njam authored
-
- Dec 06, 2021
-
-
XuPeng-SH authored
-
jiangxinmeng1 authored
-
周子龙 authored
-
周子龙 authored
-
- Dec 03, 2021
-
-
dengn authored
* Add create database diagram * Add MySQL Compability page, add DDL SQL diagram
-
- Dec 02, 2021
-
-
周子龙 authored
-
XuPeng-SH authored
-
iamlinjunhong authored
-
broccoliSpicy authored
-
Jin Hai authored
-
周子龙 authored
-
- Dec 01, 2021
-
-
bRong Njam authored
-
周子龙 authored
-
iamlinjunhong authored
-
- Nov 30, 2021
-
-
iamlinjunhong authored
-
XuPeng-SH authored
* fix wrong index broker usage * add db name factory * remove aoedb v1 * rename aoedb v2 to aoedb v1 * add v1 factory
-
chenmingsong authored
-