This Week in Databend #101
PsiACEJul 9, 2023
Databend is a modern cloud data warehouse, serving your massive-scale analytics needs at low cost and complexity. Open source alternative to Snowflake. Also available in the cloud: https://app.databend.com .
What's On In Databend
Stay connected with the latest news about Databend.
Tutorial | Create External Stage with AWS IAM User
AWS Identity and Access Management (IAM) allows you to control access to AWS services and resources by specifying authorized users or entities. It also enables centralized management of detailed permissions, as well as analysis of access patterns for refining permissions across the entire AWS platform.
Databend supports creating External Stage using AWS IAM User, making access to AWS S3 object storage more secure and reliable.
If you are interested in learning more, please check out the resources listed below.
Tutorial | Create External Stage on Cloudflare R2
Cloudflare R2 gives you the freedom to create the multi-cloud architectures you desire with an S3-compatible object storage.
You can use Databend to create external storage on Cloudflare R2 and further efficiently mine the value of data.
If you are interested in learning more, please check out the resources listed below.
Code Corner
Discover some fascinating code snippets or projects that showcase our work or learning journey.
New System Table: system.backtrace
system.backtrace
async-backtrace provides efficient and logical "stack" traces for asynchronous functions.
Databend has built the ability of
async-backtrace
system.backtrace
SELECT
Furthermore, if you are in cluster mode, executing a query against
system.backtrace
If you are interested in learning more, please check out the resources listed below:
Highlights
We have also made these improvements to Databend that we hope you will find helpful:
- Added ,
bitmap_not_count
andbitmap_union
aggregate functions.bitmap_intersect
- Added window function.
cume_dist
- Added support for .
ATTACH TABLE
- Added table and metrics for measuring spill and transformation operations.
system.metrics
- Added support for converting stored computed column into a regular column.
- Implemented task suggestion for Serverless Background Service.
What's Up Next
We're always open to cutting-edge technologies and innovative ideas. You're more than welcome to join the community and bring them to Databend.
Add Random Seed for Random Engine
Databend previously implemented a random engine that supports generating random tables using random data. In order to obtain deterministic and reproducible test results, we plan to introduce random seed.
CREATE table(t int, time timestamp) ENGINE=RANDOM(1000)
Issue #11863 | Feature: Support to add random seed on random engine
Please let us know if you're interested in contributing to this feature, or pick up a good first issue at https://link.databend.com/i-m-feeling-lucky to get started.
New Contributors
We always open arms to everyone and can't wait to see how you'll help our community grow and thrive.
Changelog
You can check the changelog of Databend Nightly for details about our latest developments.
Full Changelog: https://github.com/datafuselabs/databend/compare/v1.2.4-nightly...v1.2.14-nightly
Subscribe to our newsletter
Stay informed on feature releases, product roadmap, support, and cloud offerings!