Databend Weekly Update Demo #17631
Xuanwo
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overall Activity Summary
The Databend repository has seen significant activity over the past week, with contributions spanning new features, bug fixes, refactoring, and enhancements. Key themes include improvements to query optimization, support for advanced SQL features, and enhancements to the meta-service architecture. Several contributors have been actively involved in implementing new features and addressing critical bugs.
Key Ongoing Projects
Query Optimization Enhancements:
Eliminate InSubquery
#17628 by @KKould introduces a rule to eliminate simple subqueries, improving query performance.Advanced SQL Features:
UNPIVOT AS
syntax, aligning Databend with Databricks-style SQL.Meta-Service Refactoring:
Spill and Memory Optimization:
Priority Items
Critical Bug Fixes:
Feature Completion:
bendsave
, a disaster recovery tool for Databend. This feature is in progress and requires further testing and review.Refactoring for Performance:
Notable Discussions
STRIP_NULL_VALUE()
function for converting JSON nulls to SQL NULLs.DEFAULT NEXTVAL
for sequences, enabling easier sequence handling in table definitions.Emerging Trends
Good First Issues
CREATE OR REPLACE TASK
syntax. This issue involves extending existing DDL functionality and is a good entry point for contributors familiar with SQL parsing.isnan
andisinf
scalar functions for float types. This is a simple feature addition for contributors with basic Rust knowledge.Beta Was this translation helpful? Give feedback.
All reactions