Commit Graph
253 Commits
Author SHA1 Message Date
bill f9205dc2a6 General Hashtable optimization
Perfect Hash tabel initial implementation
Table caching
Bug fixesw
2023-05-22 21:53:54 +08:00
bill d0f0b4fc56 update 2023-05-20 07:08:10 +08:00
bill dfb3ec2380 update 2023-04-09 09:56:32 +08:00
bill 6f267f982d added corr 2023-03-30 18:08:18 +08:00
bill 27ae26db90 bugfix for duckdb engine, multi-engine support, perf regression investigate 2023-03-27 13:51:41 +08:00
bill 7c5440c4fb make ext_engine: duckdb to work 2023-03-24 04:57:25 +08:00
bill 200dc71aad initial support for duckdb 2023-03-20 13:38:30 +08:00
bill d98b4817b3 update structure, vis application 2023-03-20 08:16:12 +08:00
bill 726ef535ea Added documentation for trigger demo 2023-03-06 10:21:39 +08:00
bill c944b5dfcf finialize demo 2023-02-27 10:51:12 +08:00
bill 05cca378e0 trigger demo 2023-02-27 09:38:02 +08:00
bill 4333af07f2 trigger type 2 2023-02-24 08:19:50 +08:00
bill 84105347fc trigger type 2 2023-02-23 07:59:34 +08:00
bill 64d4e3dd9a triggers 2023-02-20 20:12:42 +08:00
bill d71fc77006 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2023-02-15 22:17:42 +08:00
bill acc610280e triggers 2023-02-15 22:17:14 +08:00
bill 541c702d78 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2023-02-15 22:04:30 +08:00
bill 1d1b392435 fix windows/msvc build 2023-02-15 22:03:29 +08:00
bill c5bf4c46e4 add paper 2023-02-11 04:38:57 +08:00
bill b60bfc478d fix docker 2023-02-10 16:27:59 +08:00
bill 906daf577b Interval based triggers
Monetdb get col/sz
Updated RF/dataproc
Bug fixes and improvements
2023-02-08 01:28:28 +08:00
bill 64b2ec4d8f Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2023-01-24 00:54:15 +08:00
bill cf8185c5f0 bug fix 2023-01-23 23:04:15 +08:00
bill 778703946d fixed select into/create table as 2023-01-23 22:21:25 +08:00
bill da5b5065e6 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2023-01-21 04:20:39 +08:00
bill 96bd11462d commit local 2023-01-21 04:20:24 +08:00
bill a91ab1841d scratch space 2023-01-21 04:10:47 +08:00
bill e588e4b0dc improved scratch space 2023-01-20 23:00:14 +08:00
bill 540672cdc4 updated code generation for compound-columns, initial support for scratchspace 2023-01-16 23:02:52 +08:00
bill aaef489029 Merge branch 'master' of https://github.com/sunyinqi0508/AQuery 2023-01-09 23:00:48 +08:00
bill aee803adce group by optimization 2023-01-09 22:59:41 +08:00
bill 181abacc55 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-12-28 12:59:07 +08:00
bill eebf507c6a WIP: group by optimizations 2022-12-23 15:04:39 +08:00
bill 529c5cb6a8 draft: new group by, avoid small allocation 2022-12-23 15:03:28 +08:00
bill 4942dc1f50 fixes on stored proc 2022-12-06 11:34:39 +08:00
bill a59717ab65 [skip CI] Merge pull request #1 from sunyinqi0508/benchmark
benchmark queries from Oliver
2022-12-06 06:43:50 +08:00
taozizhuo 6adb7900cb add benchmark queries 2022-12-05 14:28:29 -08:00
bill da901ee7fa Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-12-02 21:13:54 +08:00
bill 853b129343 Fix bugs on stored procedures and threaded GC 2022-12-02 21:09:59 +08:00
bill 957e53eb70 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-29 10:18:38 +08:00
bill 80bc0a1e22 modified: server/vector_type.hpp 2022-11-29 10:15:37 +08:00
bill 5ba333ca20 test gc 2022-11-28 21:31:30 +08:00
bill 9c2bac3ec1 Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-28 04:33:27 +08:00
bill d6e3e4878e Optimized hashtable performance; Stored procedures 2022-11-28 04:32:08 +08:00
root f32cf317ad Merge branch 'master' of https://git.billsun.dev/bill/AQuery 2022-11-19 23:02:38 +08:00
root 31dfaf30be fixed msvc buildwq 2022-11-19 23:02:14 +08:00
bill eb0fe8857a fixed create as union/except, distinct
wip: stored procedure
2022-11-19 05:09:39 +08:00
bill 9caa1fa82a fix 'ascii' codec can't encode characters 2022-11-18 16:21:42 +08:00
bill 7f8c57735d create table ... as ... union all/except ... 2022-11-18 05:31:00 +08:00
bill 1673726a2d fixed limit doesn't work for queries w/o postproc. 2022-11-17 23:51:19 +08:00