- 725d6bd Merge pull request #1626 from jiacai2050/refactor-storage by NeoChen · 5 months ago main
- abfa1ea rename ObjectBasedStorage by jiacai2050 · 5 months ago
- a33bd6b fix ci by jiacai2050 · 5 months ago
- 972c957 refactor: rename columnar storage by jiacai2050 · 5 months ago
- 1368157 Merge pull request #1622 from jiacai2050/impl-metric by NeoChen · 8 months ago
- 86e7619 init metric manager by jiacai2050 · 8 months ago
- 941ea07 feat: add metric manager (#1621) by Jiacai Liu · 8 months ago
- a8428d2 Merge pull request #1620 from jiacai2050/feat-reserved-columns by NeoChen · 9 months ago
- cf2ff8a fix CR by jiacai2050 · 9 months ago
- 9817e45 fix clippy by jiacai2050 · 9 months ago
- dd089bd feat: add reserved column by jiacai2050 · 9 months ago
- 4d3bb1c refactor: add more `macro` in config (#1619) by 鲍金日 · 9 months ago
- 47dd645 feat: skip add sequence column when compact (#1618) by Jiacai Liu · 9 months ago
- 5d7c6a7 fix: scan with predicate (#1617) by 鲍金日 · 9 months ago
- f8bb726 fix: manifest delta num may overflow (#1616) by Jiacai Liu · 9 months ago
- d2f878f feat: add server config (#1615) by Jiacai Liu · 9 months ago
- 8d3a9ab feat: add demo server for benchmark (#1614) by Jiacai Liu · 9 months ago
- 55dcabe feat: add benchmarks for encoding (#1613) by NeoChen · 9 months ago
- 58db4f5 refactor: use `Read` trait to convert Bytes to Snapshot (#1612) by Jiacai Liu · 9 months ago
- cc3352a refactor: move encoding struct into independent file (#1611) by Jiacai Liu · 9 months ago
- 03b1df9 feat: manifest support delete (#1610) by Jiacai Liu · 9 months ago
- 1331e0a feat: add compaction runner (#1609) by Jiacai Liu · 9 months ago
- 4650d36 chore: move old engine into analytic-engine branch (#1607) by Jiacai Liu · 10 months ago
- 9f2d0bc feat: support merge operator (#1605) by Jiacai Liu · 10 months ago
- 25dbe73 feat: another format for manifest (#1604) by MianChen · 10 months ago
- aeb6fff Merge pull request #1606 from apache/dependabot/go_modules/horaemeta/golang.org/x/crypto-0.31.0 by Jiacai Liu · 10 months ago
- d5aeb28 chore(deps): bump golang.org/x/crypto in /horaemeta by dependabot[bot] · 10 months ago
- 4d8571f Merge pull request #1603 from baojinri/feat-support-pick-ssts by Jiacai Liu · 10 months ago
- 81be994 fix lint by jiacai2050 · 10 months ago
- 3bd961a refactor by jiacai2050 · 10 months ago
- ef04238 fix cr by baojinri · 10 months ago
- 897d5d1 support pick ssts by baojinri · 10 months ago
- 6cdf2e6 feat: init compact scheduler (#1601) by Jiacai Liu · 10 months ago
- e2970b1 feat: partition table query optimize (#1594) by MianChen · 10 months ago
- 2176524 feat: use thread pool in manifest merge (#1599) by 鲍金日 · 10 months ago
- 9e81c4e chore: bump to v2.2.0-dev (#1598) by Jiacai Liu · 10 months ago
- 72f63f2 feat: support persist manifest efficientlly (#1596) by 鲍金日 · 10 months ago
- 1d7c549 feat: add merge stream (#1595) by Jiacai Liu · 10 months ago
- b5025d9 fix: avoid splicing bucket multiple times in oss url (#1593) by 鲍金日 · 11 months ago
- ee7a0ea chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in /horaemeta (#1591) by dependabot[bot] · 11 months ago
- d4d8d54 fix: skip build latest docker tag for RC version. (#1590) by o'Laoxu · 11 months ago
- 9931950 refactor: make writing properties independently (#1588) by 鲍金日 · 11 months ago
- 0d8d43d chore: fix LICENSE and NOTICE (#1587) by Jiacai Liu · 11 months ago
- e65c504 feat: init scan implementation for time merge storage (#1586) by Jiacai Liu · 11 months ago
- 115b002 feat: sort record batch of write request (#1585) by 鲍金日 · 11 months ago
- 4cbe82c feat: add a cli tool to read wal meta information (#1584) by MianChen · 11 months ago
- 8fecd5d chore: add publish-github-release action (#1518) by chunshao.rcs · 11 months ago
- 63c4e9b test: add integration test for compaction offload (#1573) by Leslie Su · 11 months ago
- e47d9ae feat: support horaedb submit compaction task to remote (#1563) by Leslie Su · 11 months ago
- 60b5217 feat: impl write procedure scaffold (#1580) by Jiacai Liu · 11 months ago
- e360b4d chore: update community (#1582) by Jiacai Liu · 11 months ago
- e42276c chore: support type `test`, `build` and `style` in pr title (#1581) by Leslie Su · 11 months ago
- 09dace7 chore: fix license header (#1579) by Jiacai Liu · 11 months ago v2.1.0-rc.2
- e306cb5 chore: bump version 2.1.0 (#1578) by Jiacai Liu · 11 months ago v2.1.0-rc.1
- 4642a35 fix: remove redundancy length field in wal record (#1576) by Jiacai Liu · 11 months ago
- a90745e chore(deps): bump borsh from 0.10.3 to 0.10.4 (#1574) by dependabot[bot] · 11 months ago
- aa438ca feat: use multithreading to optimize WAL replay (#1572) by Draco · 12 months ago
- 559dfce fix: logs might be missed during RegionBased replay in the WAL based on local disk (#1570) by Draco · 1 year ago
- 42baf2e chore: record replay cost in log (#1569) by Jiacai Liu · 1 year ago
- 3bcc64f fix: support to compat the old layered memtable options (#1568) by kamille · 1 year ago
- 645a8b3 feat: Implement delete operation for WAL based on local storage (#1566) by Draco · 1 year ago
- 7ccf97e feat: init metric engine structure (#1554) by Jiacai Liu · 1 year ago
- 2c9cd1a fix: disable layered memtable in overwrite mode (#1533) by kamille · 1 year, 1 month ago
- 039af9f chore: fix doc links (#1565) by Jiacai Liu · 1 year, 1 month ago
- 28e4760 feat: Implementing cross-segment read/write for WAL based on local disk (#1556) by Draco · 1 year, 1 month ago
- 066b182 chore(horaemeta): add building docs (#1562) by Cancai Cai · 1 year, 1 month ago
- 0cf7d6b chore: update link (#1561) by Cancai Cai · 1 year, 1 month ago
- 1b869fd feat: add metric engine rfc (#1558) by Jiacai Liu · 1 year, 1 month ago
- 9321505 feat: use opendal to access underlying storage (#1557) by 鲍金日 · 1 year, 1 month ago
- b94c99e chore: upgrade object store version (#1541) by 鲍金日 · 1 year, 1 month ago
- 8a28840 feat: Add a new disk-based WAL implementation for standalone deployment (#1552) by Draco · 1 year, 1 month ago
- 483eb98 fix: sequence overflow when dropping a table using a message queue as WAL (#1550) by chunshao.rcs · 1 year, 2 months ago
- 69488fa refactor: manifest error code (#1546) by MianChen · 1 year, 2 months ago
- 8011632 fix(comment): update error documentation comment for remote engine service (#1548) by Leslie Su · 1 year, 2 months ago
- c5825cc refactor: insert select to stream mode (#1544) by MianChen · 1 year, 2 months ago
- fa5c286 feat: support INSERT INTO SELECT (#1536) by Draco · 1 year, 2 months ago
- 4888f80 refactor: partitioned_lock's elaboration (#1540) by Hugh Chern · 1 year, 3 months ago
- a1869dc chore: log more info for debug when tables with same name found (#1537) by kamille · 1 year, 4 months ago
- 0970b03 docs: Update README.md (#1535) by tison · 1 year, 4 months ago
- a1168ec chore: add incubating notice (#1532) by Jiacai Liu · 1 year, 4 months ago
- 71d261d feat: impl basic auth (#1531) by 鲍金日 · 1 year, 4 months ago
- cf5ec10 chore: add mysql-client and grafana in docker image (#1530) by Draco · 1 year, 5 months ago
- 148790c fix: docker image use apache namespace (#1529) by Jiacai Liu · 1 year, 5 months ago
- 3fef06d chore: add dingtalk (#1528) by Jiacai Liu · 1 year, 5 months ago
- 6d39115 refactor: allow disable wal in standalone mode (#1526) by CooooolFrog · 1 year, 5 months ago
- 431ae51 refactor: first step to refactor error (#1524) by Jiacai Liu · 1 year, 5 months ago
- e5c9923 feat(horaemeta): drop metadata of partition table by http api (#1477) by chunshao.rcs · 1 year, 5 months ago
- ebca8a7 chore: add auto-label-pr action (#1520) by chunshao.rcs · 1 year, 5 months ago
- dc38488 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /integration_tests/sdk/go (#1521) by dependabot[bot] · 1 year, 5 months ago
- 1ec00b6 chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 in /horaemeta (#1522) by dependabot[bot] · 1 year, 5 months ago
- 7d6131c chore: modify check-pr-title action (#1523) by chunshao.rcs · 1 year, 5 months ago
- f72533c chore: add check-pr-title action (#1516) by chunshao.rcs · 1 year, 5 months ago
- 0cee69f feat: add wal replay benchmark (#1511) by MianChen · 1 year, 5 months ago
- e2c9669 chore: update protected_tags in .asf.yaml (#1514) by chunshao.rcs · 1 year, 5 months ago
- 55bbe27 chore(deps): bump h2 from 0.3.24 to 0.3.26 (#1510) by dependabot[bot] · 1 year, 6 months ago
- 23ceaa0 chore: bump sqlness to 0.6.0 (#1509) by Jiacai Liu · 1 year, 6 months ago
- a1db882 feat: implement opentsdb query (#1453) by 鲍金日 · 1 year, 6 months ago
- 9d64fc1 fix: table blacklist not work for write (#1507) by kamille · 1 year, 6 months ago
- 44caa99 Feat concurrent replay wal (#1505) by MianChen · 1 year, 6 months ago
- 54a5db7 chore: remove tini binary (#1503) by Jiacai Liu · 1 year, 6 months ago