Commit Graph

  • 1703e93e15 feat: add handler execution timer (#1791) JeremyHi 2023-06-20 11:25:13 +08:00
  • 2dd86b686f feat: extend region leases in Metasrv (#1784) LFC 2023-06-19 19:55:59 +08:00
  • 128c6ec98c feat: region alive keeper in Datanode (#1780) LFC 2023-06-19 14:50:33 +08:00
  • 960b84262b fix: abort parquet writer (#1785) Lei, HUANG 2023-06-19 11:19:31 +08:00
  • 69854c07c5 fix: wait for compaction task to finish (#1783) Lei, HUANG 2023-06-16 16:45:06 +08:00
  • 1eeb5b4330 feat: disable_region_failover option for metasrv (#1777) JeremyHi 2023-06-15 16:26:27 +08:00
  • 9b3037fe97 feat: a countdown task for closing region in Datanode (#1775) LFC 2023-06-14 15:50:21 +08:00
  • 09747ea206 feat: use DataFrame to replace SQL for Prometheus remote read (#1774) dennis zhuang 2023-06-14 15:39:28 +08:00
  • fb35e09072 chore: fix compaction caused race condition (#1767) Lei, HUANG 2023-06-13 21:03:09 +08:00
  • 1bd53567b4 try to run on self-hosted runner self-hosted-runner Ruihang Xia 2023-06-13 11:30:35 +08:00
  • 803940cfa4 feat: enable azblob tests (#1765) Weny Xu 2023-06-13 16:44:57 +09:00
  • 420ae054b3 chore: add debug log for heartbeat (#1770) Weny Xu 2023-06-13 16:43:26 +09:00
  • 0f1e061f24 fix: compile issue on develop and workaround to fix failing tests cau… (#1771) Lei, HUANG 2023-06-13 15:30:16 +08:00
  • 7961de25ad feat: persist compaction time window (#1757) Lei, HUANG 2023-06-13 10:15:42 +08:00
  • f7d98e533b chore: fix compaction caused race condition (#1759) v0.4.0-nightly-20230613 Lei, HUANG 2023-06-12 19:19:42 +08:00
  • b540d640cf fix: unstable order with union operation (#1763) Ruihang Xia 2023-06-12 18:16:24 +08:00
  • 51a4d660b7 feat(to_unixtime): add timestamp types as arguments (#1632) Eugene Tolbakov 2023-06-12 10:21:49 +01:00
  • 1b2381502e fix: bring EnforceSorting rule forward (#1754) Ruihang Xia 2023-06-12 15:29:08 +08:00
  • 0e937be3f5 fix(storage): Use region_write_buffer_size as default value (#1760) Yingwen 2023-06-12 15:05:17 +08:00
  • 564c183607 chore: make MetaKvBackend public (#1761) Weny Xu 2023-06-12 15:13:26 +09:00
  • 8c78368374 refactor: replace #[snafu(backtrace)] with Location (#1753) v0.4.0-nightly-20230612 Ruihang Xia 2023-06-12 11:55:33 +08:00
  • 67c16dd631 feat: optimize some parquet writer parameter (#1758) Lei, HUANG 2023-06-12 11:46:45 +08:00
  • ddcee052b2 fix: order by optimization (#1748) Lei, HUANG 2023-06-12 11:45:43 +08:00
  • 7efcf868d5 refactor: Remove MySQL related options from Datanode (#1756) 王听正 2023-06-12 11:00:24 +08:00
  • f08f726bec test: s3 manifest (#1755) dennis zhuang 2023-06-09 18:28:41 +08:00
  • 7437820bdc ci: correct data type for input and event check (#1752) v0.4.0-nightly-20230609 Ning Sun 2023-06-09 13:59:56 +08:00
  • 910c950717 fix: jemalloc error does not implement Error (#1747) Lei, HUANG 2023-06-09 12:00:50 +08:00
  • f91cd250f8 feat:make version() show greptime info. (#1749) Zou Wei 2023-06-09 11:38:52 +08:00
  • 115d9eea8d chore: Log version and arguments (#1744) Yingwen 2023-06-09 11:38:08 +08:00
  • bc8f236806 ci: fix using env in job.if context (#1751) Ning Sun 2023-06-09 11:28:29 +08:00
  • fdbda51c25 chore: update document links in README.md (#1745) Yiran 2023-06-09 10:05:24 +08:00
  • e184826353 ci: allow triggering nightly release manually (#1746) Ning Sun 2023-06-09 10:04:44 +08:00
  • 5b8e54e60e feat: Add HTTP API for cpu profiling (#1694) Yingwen 2023-06-07 15:25:16 +08:00
  • 8cda1635cc feat: make jemalloc the default allocator (#1733) Lei, HUANG 2023-06-06 20:11:22 +08:00
  • f63ddb57c3 fix: parquet time range predicate panic (#1735) Lei, HUANG 2023-06-06 19:11:45 +08:00
  • d2a8fd9890 feat: add route admin api in metasrv (#1734) fys 2023-06-06 18:00:02 +08:00
  • 91026a6820 chore: clean up some of my todos (#1723) LFC 2023-06-06 17:25:04 +08:00
  • 7a60bfec2a fix: empty result type on prom query endpoint (#1732) Ruihang Xia 2023-06-06 15:40:54 +08:00
  • a103614fd2 feat: support /api/v1/series for Prometheus (#1620) Niwaka 2023-06-06 11:29:16 +09:00
  • 1b4976b077 feat: Adds some metrics for write path and flush (#1726) Yingwen 2023-06-05 21:35:44 +08:00
  • 166fb8871e chore: bump greptimedb version 0.4.0 (#1724) Lei, HUANG 2023-06-05 18:41:53 +08:00
  • 517e9362ad build: release v0.3.0 v0.3.0 luofucong 2023-06-02 17:56:39 +08:00
  • 466f258266 feat(servers): collect samples by metric (#1706) v0.3.0-nightly-20230605 Yingwen 2023-06-03 17:17:52 +08:00
  • 94228285a7 feat: convert values to vector directly (#1704) Ruihang Xia 2023-06-03 12:41:13 +08:00
  • 3d7185749d feat: insert with stream (#1703) JeremyHi 2023-06-03 11:58:00 +08:00
  • f00484dff0 build: release v0.3.0 v0.3.0-alpha luofucong 2023-06-02 17:56:39 +08:00
  • 5004cf6d9a feat: make grpc insert requests in a batch (#1687) LFC 2023-06-02 17:06:48 +08:00
  • 8e69aef973 feat: serialize/deserialize support for PromQL plans (#1684) Ruihang Xia 2023-06-02 16:14:05 +08:00
  • 2615718999 feat: merge scan for distributed execution (#1660) Ruihang Xia 2023-06-02 14:42:54 +08:00
  • fe6e3daf81 fix: failed to insert data with u8 (#1701) fys 2023-06-02 14:01:59 +08:00
  • b7e1778ada feat: update dashboard to v0.2.6 (#1700) ZonaHe 2023-06-02 13:26:07 +08:00
  • ccd666aa9b fix: avoid writing manifest and wal if no files are actually flushed (#1698) Lei, HUANG 2023-06-02 13:16:59 +08:00
  • 2aa442c86d feat: exists API for KVStore (#1695) JeremyHi 2023-06-02 12:35:04 +08:00
  • f811ae4665 fix: enable region failover test (#1699) Weny Xu 2023-06-02 13:05:37 +09:00
  • e5b6f8654a feat: optimizer rule to pass expected output ordering hint (#1675) Ruihang Xia 2023-06-02 11:43:51 +08:00
  • ff6d11ddc7 chore: ignore symbol link target file (#1696) Ruihang Xia 2023-06-02 10:42:44 +08:00
  • 878c6bf75a fix: do not alias relation before join (#1693) Ruihang Xia 2023-06-01 22:24:37 +08:00
  • ce440606a9 fix: sqlness failed due to region failover wrongly kicks in for dropp… (#1690) LFC 2023-06-01 21:47:47 +08:00
  • 5fd7250dca fix: invalidate route cache on renaming table (#1691) fys 2023-06-01 20:43:31 +08:00
  • 5a5e88353c fix: do not change timestamp index column while planning aggr (#1688) Ruihang Xia 2023-06-01 20:17:18 +08:00
  • ef15de5f17 ci: always upload sqlness log (#1692) Ruihang Xia 2023-06-01 20:01:26 +08:00
  • 86adac1532 chore: reject table creation when partitions exceeds peer number (#1654) fys 2023-06-01 17:05:17 +08:00
  • e7a410573b test: fix sqlx compatibility and adds integration test for sqlx (#1686) Ning Sun 2023-06-01 15:43:13 +08:00
  • 548f0d1e2a feat: Add app version metric (#1685) Yingwen 2023-06-01 14:31:08 +08:00
  • 5467ea496f feat: Add column supports at first or after the existing columns (#1621) Zheming Li 2023-06-01 10:13:00 +08:00
  • 70e17ead68 fix: Print source error in subprocedure failure message (#1683) Yingwen 2023-06-01 09:51:31 +08:00
  • ae8203fafa fix: prepare statement doesn't support insert clause (#1680) dennis zhuang 2023-05-31 20:14:58 +08:00
  • ac3666b841 chore(deps): bump arrow/parquet to 40.0, datafuson to the latest HEAD (#1677) Ruihang Xia 2023-05-31 18:55:02 +08:00
  • 0460f3ae30 test: add write test for region failover (#1673) Weny Xu 2023-05-31 16:42:00 +09:00
  • 9d179802b8 feat: Add a global TTL option for all tables (#1679) Yingwen 2023-05-31 15:36:25 +08:00
  • 72b6bd11f7 feat: adapt window reader to order rules (#1671) Lei, HUANG 2023-05-31 11:36:17 +08:00
  • 6b08a5f94e chore: Bump OpenDAL to v0.36 (#1678) Xuanwo 2023-05-31 11:12:40 +08:00
  • 00104bef76 feat: supports CTE query (#1674) dennis zhuang 2023-05-30 20:08:49 +08:00
  • ae81c7329d feat: support azblob storage. (#1659) Zou Wei 2023-05-30 19:59:38 +08:00
  • c5f6d7c99a refactor: update proto and rename incorrect region_id fields (#1670) Yingwen 2023-05-30 14:19:04 +08:00
  • bb1b71bcf0 feat: acquire table_id from region_id (#1656) Weny Xu 2023-05-30 12:36:47 +09:00
  • a4b884406a feat: add invalidate cache step (#1658) Weny Xu 2023-05-30 12:17:59 +09:00
  • ab5dfd31ec feat: sql dialect for different protocols (#1631) v0.3.0-nightly-20230530 dennis zhuang 2023-05-30 09:52:35 +08:00
  • 563ce59071 feat: Add request type and result code to grpc metrics (#1664) Yingwen 2023-05-30 09:51:08 +08:00
  • 51b23664f7 feat: update table metadata in lock (#1634) LFC 2023-05-30 08:59:14 +08:00
  • 9e21632f23 fix: clippy warning (#1669) Ruihang Xia 2023-05-30 08:55:24 +08:00
  • b27c569ae0 refactor: add scan_to_stream() to Table trait to postpone the stream generation (#1639) Ruihang Xia 2023-05-29 20:03:47 +08:00
  • 0eaae634fa fix: invalidate table route cache (#1663) Weny Xu 2023-05-29 19:49:23 +09:00
  • 8b9b5a0d3a feat: broadcast with mailbox (#1661) JeremyHi 2023-05-29 15:11:50 +08:00
  • 78fab08b51 feat: window inferer (#1648) Lei, HUANG 2023-05-29 14:41:00 +08:00
  • d072947ef2 refactor: move code out of loop (#1657) Weny Xu 2023-05-27 14:31:13 +09:00
  • 4094907c09 fix: fix type casting issue (#1652) Weny Xu 2023-05-27 01:17:56 +09:00
  • 0da94930d5 feat: impl literal only PromQL query (#1641) Ruihang Xia 2023-05-26 23:27:03 +08:00
  • f0a519b71b chore: reduce the number of requests for meta (#1647) fys 2023-05-26 17:25:18 +08:00
  • 89366ba939 refactor: Holds histogram in the timer to avoid clone labels if possible (#1653) Yingwen 2023-05-26 17:12:03 +08:00
  • c042723fc9 feat: Record process metrics (#1646) Yingwen 2023-05-26 11:51:01 +08:00
  • 732784d3f8 feat: support to load missing region (#1651) Weny Xu 2023-05-26 12:30:46 +09:00
  • 332b3677ac feat: add metrics for ingested row count (#1645) Ning Sun 2023-05-26 10:57:27 +08:00
  • 6cd634b105 fix: fix typo (#1649) Weny Xu 2023-05-26 11:24:12 +09:00
  • cd1ccb110b fix: install python3-pip in Dockerfile (#1644) Yinnan Yao 2023-05-25 23:00:39 +08:00
  • 953793143b feat: add invalidate table cache handler (#1633) Weny Xu 2023-05-25 18:45:45 +09:00
  • 8a7998cd25 feat(servers): Add metrics based on axum's example (#1638) Yingwen 2023-05-25 16:31:48 +08:00
  • eb24bab5df refactor: set the filters for testing logs (#1637) LFC 2023-05-25 11:07:57 +08:00
  • 8f9e9686fe chore: add metrics for table route getting (#1636) fys 2023-05-25 10:02:59 +08:00
  • 61a32d1b9c chore: add boxed error for custom error map (#1635) shuiyisong 2023-05-24 20:54:52 +08:00