Summary
Together with our global community of contributors, GreptimeDB continues to evolve and flourish as a growing open-source project. We are grateful to each and every one of you.
Below are the highlights among recent commits:
- Improve resource metric accuracy under K8S environment using cgroups
- Introduce async index build task
- Experimenting with new JSON datatype implementation
Contributors
For the past two weeks, our community has been super active with a total of 136 PRs merged. 8 PRs from 6 individual contributors merged successfully and lots pending to be merged.
Congrats on becoming our most active contributors in the past 2 weeks:
- @linyihai db#6995
- @matthias-wende-frequenz greptimedb-ingester-rust#43
- @pbzweihander docs#2134 greptimedb-operator#332
- @Shyamnatesan db#7061 db#6997
- @SNC123 db#6927
- @thalesmg greptimedb-ingester-erl#47
🎉 Welcome @matthias-wende-frequenz @pbzweihander @Shyamnatesan and @thalesmg to the community as a new contributor with a successfully merged PR, and more PRs from other individual contributors are waiting to be merged.

👏 A big THANK YOU to all our members and contributors! It is people like you who are making GreptimeDB a great product. Let's build an even greater community together.
Highlights of Recent PRs
db#7038 Add cgroup Metrics Collector
This PR adds the ability to validate the cgroups filesystem, improves the accuracy of CPU and memory metrics under the K8S environment.
db#6927 Introduce IndexBuildTask for Async Index Build
This PR lays the foundation of the asynchronous index framework. The database would be able to build indexes in the background, improving performance and stability of foreground operations like flushing and compaction.
db#7033 db#7052 Supports Native Struct, Vector, JSON and Their Conversion
Currently, the database supports JSON datatype using jsonb as the underlying implementation. It's not ideal when it comes to efficiency and interoperability. We're experimenting with a new native implementation of JSON datatype to improve the overall performance of JSON datatype.
Good First Issue
Issue#6989 Enhance COPY FROM CSV File Command
Keywords: CSV
Difficulty: Simple