Commit Graph

  • 559d1f73a2 feat: push all possible filters down to parquet exec (#1839) Lei, HUANG 2023-06-28 20:14:37 +08:00
  • bc33fdc8ef feat: save node lease into memory (#1841) JeremyHi 2023-06-28 11:54:06 +08:00
  • f287d3115b chore: replace result assertions (#1840) Lei, HUANG 2023-06-27 19:14:48 +08:00
  • b737a240de fix: add sqlness tests for some promql function (#1838) Ruihang Xia 2023-06-27 19:05:26 +08:00
  • 99f0479bd2 feat: improve influxdb v2 api compability (#1831) fys 2023-06-27 18:21:51 +08:00
  • 313121f2ae fix: block when stream insert (#1835) fys 2023-06-27 16:57:03 +08:00
  • fcff66e039 chore: deny unused results (#1825) LFC 2023-06-27 15:33:53 +08:00
  • 03057cab6c feat: physical plan wrapper (#1837) shuiyisong 2023-06-27 14:04:04 +08:00
  • dcfce49cff refactor(datanode): move Instance heartbeat task to Datanode struct (#1832) Weny Xu 2023-06-27 13:32:20 +09:00
  • 78b07996b1 feat: txn for meta (#1828) JeremyHi 2023-06-26 17:12:48 +08:00
  • 034564fd27 feat: make blob(binary) type working (#1818) dennis zhuang 2023-06-26 16:49:04 +08:00
  • a95f8767a8 refactor: merge catalog provider & schema provider into catalog manager (#1803) Ruihang Xia 2023-06-26 15:08:59 +08:00
  • 964d26e415 fix: docker build for aarch64 (#1826) v0.4.0-nightly-20230626 Eugene Tolbakov 2023-06-25 10:29:00 +01:00
  • fd412b7b07 refactor!: Uses table id to locate tables in table engines (#1817) Yingwen 2023-06-25 16:05:20 +09:00
  • 223cf31409 feat: support to copy from orc format (#1814) Weny Xu 2023-06-25 15:07:16 +09:00
  • 62f660e439 feat: implement metrics for Scan plan (#1812) Ruihang Xia 2023-06-25 14:06:50 +08:00
  • 0fb18245b8 fix: docker build (#1822) Lei, HUANG 2023-06-25 11:05:46 +08:00
  • caed6879e6 refactor: remove redundant code (#1821) Weny Xu 2023-06-25 11:56:31 +09:00
  • 5ab0747092 test(storage): wait task before checking scheduled task num (#1811) v0.3.1-nightly-20230621 Yingwen 2023-06-21 19:04:34 +09:00
  • 6ed6e39673 release v0.3.1 v0.3.1 LFC 2023-06-21 16:28:41 +08:00
  • e5c61ec290 release v0.3.1 LFC 2023-06-21 16:28:07 +08:00
  • b1ccc7ef5d fix: prevent filter pushdown in distributed planner (#1806) Ruihang Xia 2023-06-21 16:25:50 +08:00
  • d1b5ce0d35 chore: check catalog deregister result (#1810) Lei, HUANG 2023-06-21 16:09:11 +08:00
  • a314993ab4 chore: change logstore default config (#1809) Lei, HUANG 2023-06-21 15:34:24 +08:00
  • fa522bc579 fix: drop region alive countdown tasks when deregistering table (#1808) LFC 2023-06-21 14:49:32 +08:00
  • 5335203360 feat: support cross compilation to aarch64 linux (#1802) Lei, HUANG 2023-06-21 14:08:45 +08:00
  • 23bf55a265 fix: __field__ matcher on single value column (#1805) Ruihang Xia 2023-06-21 10:59:58 +08:00
  • 3b91fc2c64 feat: add initial implementation for status endpoint (#1789) Eugene Tolbakov 2023-06-21 03:50:08 +01:00
  • 6205616301 fix: filter table regional values with the current node id (#1800) v0.4.0-nightly-20230621 v0.4.0-nightly-20230620 LFC 2023-06-20 19:17:35 +08:00
  • e47ef1f0d2 chore: minor fix (#1801) JeremyHi 2023-06-20 19:03:52 +08:00
  • 16c1ee2618 feat: incremental database backup (#1240) Lei, HUANG 2023-06-20 18:26:55 +08:00
  • 323e2aed07 feat: deal with more than 128 txn (#1799) JeremyHi 2023-06-20 17:56:45 +08:00
  • cbc2620a59 feat: start region alive keepers (#1796) LFC 2023-06-20 15:45:29 +08:00
  • 4fdee5ea3c feat: deal with node epoch (#1795) JeremyHi 2023-06-20 15:07:05 +08:00
  • 30472cebae feat: prepare supports caching logical plan and infering param types (#1776) dennis zhuang 2023-06-20 12:07:28 +08:00
  • 903f02bf10 ci: optimize release progress (#1794) Ruihang Xia 2023-06-20 11:39:53 +08:00
  • 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