โœ•

Join us at KubeCon + CloudNativeCon North America, Nov 7-9 in Chicago! Swing by Booth L26 for exclusive SWAG ๐ŸŽ

โœ•
Skip to content
On this page

Subscribe to our newsletter

Get the latest dates and news about GreptimeDB.
Biweekly
โ€ข
January 10, 2024

Biweekly Report - v0.5.1 Update Enhances Remote WAL to Support Cloud-Native Applications

A recap of the past two-weeks progress and changes happened on GreptimeDB.

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.

In the past two weeks, we have made steady progress. Below are some highlights:

  • v0.5 has been successfully released, with highlights of the new version featuring:

    • Key functionality for cloud-native architecture: Remote WAL
    • A brand new storage engine: Metric Engine
  • PromQL enhancement: Added support for the OR operator, now fully supporting all set operators in PromQL.

  • Significant expansion of system tables: Added 20+ new tables to the INFORMATION_SCHEMA.

  • Query performance optimization: Implemented predicate pushdown for the INFORMATION_SCHEMA tables.

  • Feature development progress: Full-speed development of Region Migration, Write Cache, and Inverted Index features.

Contributors โ€‹

For the past two weeks, our community has been super active with a total of 76 PRs merged. 12 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:

meetup

๐Ÿ‘ Welcome contributor @AntiTopQuark @Clayton Collie @ClSlaid @dimbtp to the community as new contributors, and congratulations on successfully merging their first PR!

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 PR โ€‹

#2988 Support for using a single Etcd instance to serve multiple GreptimeDB clusters โ€‹

By introducing the --store-key-prefix configuration option, administrators can specify a prefix for metasrv to avoid key collisions.

#2992 New configuration item to specify the default timezone for database queries โ€‹

The default_time_zone option has been added to the configuration of the standalone mode and the Frontend component, enabling users to set the system timezone, which defaults to UTC. When a new session is established, the system timezone will become the user's default timezone, but users can change the timezone using SET time_zone = 'UTC'.

#3091 Performance optimization for queries on the INFORMATION_SCHEMA tables, supporting the pushdown of filters โ€‹

This optimization reduces memory consumption when constructing system table results and speeds up queries.

#3047 Optimized network overhead for GreptimeDB's self-importing Metrics โ€‹

Improvements to the ExportMetricHandler behavior in standalone mode and Frontend component have been made to avoid unnecessary network communication.

#3024 Implemented the OR logical operator in PromQL โ€‹

A new special UNION operator (OR in PromQL) has been introduced specifically for certain PromQL query scenarios. The operator takes two inputs, outputs all columns from the left child, and uses the columns specified by compare_keys to check for collision. In case of collision, if they all originate from the right child, only the first row is kept; if from the left child, the corresponding row from the right child is discarded. The output includes all columns from both the left and right children, and the row order is not maintained.

Good first issue โ€‹

#3004 Add checksum verification mechanism to manifest file

#3044 Add more tests for MetaPeerClientRef

#3046 Implement the KvBackend trait for MetaPeerClient

Join our community

Get the latest updates and discuss with other users.

Subscribe to our newsletter

Get the latest dates and news about GreptimeDB.