Commit Graph

  • 15ee4ac729 fix: noop flush impl for numbers table (#1247) Lei, HUANG 2023-03-27 10:54:07 +08:00
  • b4fc8c5b78 refactor: make sql function in scripts return a list of column vectors (#1243) v0.2.0-nightly-20230327 dennis zhuang 2023-03-27 08:50:19 +08:00
  • 6f81717866 fix: skip empty parquet (#1236) Lei, HUANG 2023-03-26 09:39:15 +08:00
  • 77f9383daf fix: allow larger compaction window to reduce parallel task num (#1223) Lei, HUANG 2023-03-24 17:12:13 +08:00
  • c788b7fc26 feat: slicing PyVector&Create DataFrame from sql (#1190) discord9 2023-03-24 15:37:45 +08:00
  • 0f160a73be feat: metasrv collects datanode heartbeats for region failure detection (#1214) LFC 2023-03-24 12:28:34 +08:00
  • 92963b9614 feat: execute "delete" in query engine (in the form of "LogicalPlan") (#1222) LFC 2023-03-24 12:11:58 +08:00
  • f1139fba59 fix: Holds FileHandle in ParquetReader to avoid the purger purges it (#1224) Yingwen 2023-03-23 22:24:25 +08:00
  • 4e552245b1 fix: range func tests (#1221) Ruihang Xia 2023-03-23 17:33:11 +08:00
  • 3126bbc1c7 docs: use CDN for logos (#1219) Ruihang Xia 2023-03-23 11:39:24 +08:00
  • b77b561bc8 refactor: execute insert with select in query engine (#1181) LFC 2023-03-23 10:38:26 +08:00
  • 501faad8ab chore: rename params in flush api (#1213) dennis zhuang 2023-03-22 14:07:23 +08:00
  • 5397a9bbe6 feat(to_unixtime): add initial implementation (#1186) Eugene Tolbakov 2023-03-21 12:41:07 +00:00
  • f351ee7042 docs: update document string and site (#1211) Ruihang Xia 2023-03-21 15:01:08 +08:00
  • e0493e0b8f feat: flush all tables on shutdown (#1185) Ruihang Xia 2023-03-21 14:36:30 +08:00
  • b2a09c888a feat: phi accrual failure detector (#1200) v0.1.2 LFC 2023-03-21 11:47:47 +08:00
  • af101480b3 feat: add gRPC reflection service (#1208) LFC 2023-03-21 11:23:29 +08:00
  • b8f7f603cf test: add copy clause sqlness tests (#1198) Weny Xu 2023-03-21 11:22:26 +08:00
  • 8fb97ea1d8 fix: losing region numbers after altering table (#1209) dennis zhuang 2023-03-21 11:19:43 +08:00
  • 21ce9c1163 docs: more explain in readme (#1195) discord9 2023-03-20 21:56:34 +08:00
  • 0a22375ac1 fix: nyc-taxi bench suite (#1204) Ruihang Xia 2023-03-20 21:53:01 +08:00
  • 0596d20a3b fix: can not create table in the local distributed environment (#1207) fys 2023-03-20 20:12:35 +08:00
  • e19c8fa2b6 refactor: combine Copy To and Copy From (#1197) Weny Xu 2023-03-20 19:23:25 +08:00
  • ad886f5b3e feat: GRPC client stream interface for insertion (#1206) LFC 2023-03-20 18:45:37 +08:00
  • f6669a8201 feat: add GRPC unary call service to our GreptimeDB (#1196) LFC 2023-03-20 14:27:32 +08:00
  • ad5c47185d feat: wait flush until the flush is done (#1188) Yingwen 2023-03-20 11:25:19 +08:00
  • 64441616db ci: refactor compile-python.sh and use the python310 to build amd64 binary (#1199) v0.2.0-nightly-20230320 zyy17 2023-03-18 16:16:15 +08:00
  • eff07d5986 Merge pull request #16 from GreptimeTeam/feat/grpc-unary-insert v0.1.0-alpha Yingwen 2023-03-17 19:26:48 +08:00
  • 40c55e4da7 feat: GRPC unary insert method luofucong 2023-03-17 19:11:46 +08:00
  • 09491d6aee ci: release the standalone binaries with pyo3 and install python utils in images (#1194) zyy17 2023-03-17 15:42:13 +08:00
  • 7cfa30b2ab feat: add shutdown for standalone and metasrv (#1174) Weny Xu 2023-03-17 11:35:17 +08:00
  • a7676d8860 refactor: port div_ceil from stdlib to avoid unstable features (#1191) Ning Sun 2023-03-16 22:55:35 +08:00
  • 62e2a60b7b ci: release artifacts after binary and container is ready (#1192) v0.1.2-alpha zyy17 2023-03-16 17:20:03 +08:00
  • 128c5cabe1 ci: disable run tests temporarily (#1187) zyy17 2023-03-16 14:12:19 +08:00
  • 9a001d3392 chore(datanode): derive serde default for Wal/CompactionConfig (#1173) Yingwen 2023-03-16 11:56:28 +08:00
  • facdda4d9f feat: implement CONNECTION clause of Copy To (#1163) Weny Xu 2023-03-16 11:36:38 +08:00
  • 17eb99bc52 feat: allow manual table flush through HTTP API (#1184) Lei, HUANG 2023-03-15 20:15:34 +08:00
  • cd8be77968 feat(procedure): Max retry time (#1095) Xieqijun 2023-03-15 16:28:08 +08:00
  • b530ac9e60 chore(from_unixtime): remove UDF from_unixtime (#1179) Eugene Tolbakov 2023-03-15 08:27:09 +00:00
  • 76f1a79f1b ci: set 'continue-on-error' to false since the problem of compiling binary was resolved (#1182) zyy17 2023-03-15 15:41:36 +08:00
  • 4705245d60 docs: region failover RFC (#1139) LFC 2023-03-15 15:21:58 +08:00
  • 8d113550cf Merge pull request #15 from GreptimeTeam/ci/release-yaml Yingwen 2023-03-15 11:23:31 +08:00
  • f712f978cf feat: Report disk usage stats to metasrv thru heartbeat (#1167) Zheming Li 2023-03-15 11:11:32 +08:00
  • cbf64e65b9 refactor: put dataframe & query into greptime module (#1172) discord9 2023-03-15 11:01:43 +08:00
  • 242ce5c2aa ci: add pyo3 options for mac (#1178) zyy17 2023-03-14 21:51:58 +08:00
  • e8d2e82335 fix: ambiguous column reference (#1177) Ruihang Xia 2023-03-14 21:18:43 +08:00
  • 15a0ed0853 ci: Adjust release yaml evenyag 2023-03-14 19:36:55 +08:00
  • 44493e9d8c feat: impl flush on shutdown (#14) Ruihang Xia 2023-03-14 18:29:38 +08:00
  • efd15839d4 Merge pull request #13 from GreptimeTeam/chore/flush-message Lei, HUANG 2023-03-14 17:34:22 +08:00
  • 1f62b36537 chore(servers): Change flush message evenyag 2023-03-14 17:16:39 +08:00
  • 7b8e65ce93 chore: merge public repo (#12) Ruihang Xia 2023-03-14 16:42:40 +08:00
  • 6475339ad0 Merge pull request #10 from GreptimeTeam/feat/manual-flush-http Yingwen 2023-03-14 16:37:56 +08:00
  • 0bd802c70d Update src/servers/src/error.rs Lei, HUANG 2023-03-14 16:26:47 +08:00
  • 28d07c7a2e Merge pull request #9 from GreptimeTeam/docs/edge-example-toml Lei, HUANG 2023-03-14 16:25:29 +08:00
  • dc33b0c0ce Merge pull request #11 from GreptimeTeam/chore/adjust-log Lei, HUANG 2023-03-14 16:25:05 +08:00
  • 4b4f8f27e8 chore(storage): Adjust log level evenyag 2023-03-14 16:14:25 +08:00
  • c994e0de88 fix: format Lei, HUANG 2023-03-14 16:13:57 +08:00
  • d1ba9ca126 fix: unit tests Lei, HUANG 2023-03-14 16:11:25 +08:00
  • 0877dabce2 docs(config): Add edge example evenyag 2023-03-14 16:02:11 +08:00
  • 8b9671f376 feat: manual flush http API Lei, HUANG 2023-03-14 15:49:37 +08:00
  • 0086cc2d3d fix: export 'PYO3_CROSS_LIB_DIR' when cargo build for aarch64-linux and refactor matrix opts (#1171) zyy17 2023-03-14 15:35:29 +08:00
  • dcf66d9d52 chore(datanode): derive serde default for Wal/CompactionConfig (#8) Yingwen 2023-03-14 15:22:13 +08:00
  • cdc111b607 refactor: make the cmd hold the application instance (#1159) Weny Xu 2023-03-14 15:18:50 +08:00
  • 65b61e78ad Merge pull request #6 from GreptimeTeam/docs/project-version Yingwen 2023-03-14 15:01:29 +08:00
  • 3638704f95 docs: Set greptimedb-edge version to 0.1.0 evenyag 2023-03-14 14:25:07 +08:00
  • 8a2f4256bf Merge pull request #5 from GreptimeTeam/feat/wait-flush-done Lei, HUANG 2023-03-14 14:28:39 +08:00
  • 83aeadc506 feat: Region writer wait flush done evenyag 2023-03-14 14:09:22 +08:00
  • f556052951 Merge pull request #3 from GreptimeTeam/feat/merge-public Lei, HUANG 2023-03-14 14:05:38 +08:00
  • 8658d428e0 fix: failed to run subquery wrapped in two parentheses (#1157) LFC 2023-03-14 10:59:43 +08:00
  • e8e11072f8 fix: use correct env var (#1166) discord9 2023-03-14 10:57:13 +08:00
  • 6f0f72c377 feat: implement table flush (#1121) Weny Xu 2023-03-13 20:10:37 +08:00
  • 32030a8194 Merge pull request #4 from GreptimeTeam/ci/remove-unnecessary Yingwen 2023-03-14 11:51:21 +08:00
  • 0f7cde2411 ci: Remove api doc ci and coverage statistics evenyag 2023-03-14 11:46:48 +08:00
  • 1ece402ec8 Merge pull request #2 from GreptimeTeam/feat/skip-wal Lei, HUANG 2023-03-14 11:39:20 +08:00
  • 81ca1d8399 refactor: add the separate GitHub Action job to push the image to the UCloud registry (#1170) zyy17 2023-03-14 11:35:18 +08:00
  • 7ee54b3e69 fix: don't skip wal in test Lei, HUANG 2023-03-14 11:09:58 +08:00
  • 8d3999df5f fix: failed to run subquery wrapped in two parentheses (#1157) LFC 2023-03-14 10:59:43 +08:00
  • a60788e92e fix: use correct env var (#1166) discord9 2023-03-14 10:57:13 +08:00
  • 9b4dcba8cf fix: check errors Lei, HUANG 2023-03-14 10:51:16 +08:00
  • c3bcb1111f fix: fmt Lei, HUANG 2023-03-13 20:24:25 +08:00
  • a4ebd03a61 feat: skip wal for user table Lei, HUANG 2023-03-13 20:13:17 +08:00
  • e7daf1226f feat: tune parquet parameters Lei, HUANG 2023-03-13 20:01:44 +08:00
  • 05c0ea9a59 feat: tune parquet parameters (#1) Lei, HUANG 2023-03-13 20:11:06 +08:00
  • 296c6dfcbf feat: implement table flush (#1121) Weny Xu 2023-03-13 20:10:37 +08:00
  • 604c20a83d refactor: remove the SQL execution interfaces in Datanode (#1135) LFC 2023-03-13 18:45:30 +08:00
  • c7f114c8fa feat: add shutdown for frontend (#1161) Weny Xu 2023-03-13 17:59:36 +08:00
  • 8a83de4ea5 feat: add shutdown for datanode (#1160) Weny Xu 2023-03-13 17:49:26 +08:00
  • 3377930a50 build: add cross compile docker (#1156) discord9 2023-03-13 16:56:03 +08:00
  • 85dd7e4f24 feat: implement promql query on grpc (#1134) Ning Sun 2023-03-13 15:24:34 +08:00
  • f790fa05c1 fix: validate insert request (#1142) LFC 2023-03-13 11:03:51 +08:00
  • dfd91a1bf8 chore: Bump version to 0.1.1 (#1155) v0.2.0-nightly-20230313 Yingwen 2023-03-11 01:11:23 +08:00
  • ded31fb069 chore: remove addr from datanode error message (#1152) localhost 2023-03-10 14:13:01 +08:00
  • 6a574fc52b chore: update script prompt (#1154) Ning Sun 2023-03-10 10:51:38 +08:00
  • 58bdf27068 fix: make pyo3 optional again (#1153) v0.1.1-alpha Ning Sun 2023-03-09 22:16:48 +08:00
  • 610a895b66 feat: abi3 & abi37 (#1151) discord9 2023-03-09 20:08:07 +08:00
  • a9ccc06449 ci: modify scheduled release tag to 'v0.2.0-nightly-yymmdd' (#1149) zyy17 2023-03-09 16:42:40 +08:00
  • 38fe1a2f01 chore: update dependencies (#1148) Ruihang Xia 2023-03-09 14:24:29 +08:00
  • 3414ac46b0 fix: remove unnecessary braces around block return value (#1147) fys 2023-03-09 11:42:04 +08:00
  • 757b4a87a0 fix: remove profile in mem-prof crate to suppress compiler warnings (#1146) Lei, HUANG 2023-03-09 11:39:24 +08:00
  • ba1517fceb ci: Fix step "build and push amd64" not triggered (#1145) Yingwen 2023-03-09 11:35:38 +08:00