You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature avoids storing pre-transformed data in temporary tables and supports column reordering, column omission, and type conversion operation. In addition, partial data can be loaded from staged Parquet files or their columns can be rearranged. This feature simplifies and streamlines ETL processes, allowing users to focus on data analysis rather than mechanically moving it.
77
+
This feature avoids storing pre-transformed data in temporary tables and supports column reordering, column omission, and type conversion operation. In addition, partial data can be loaded from staged Parquet files or their columns can be rearranged. This feature simplifies and streamlines ETL processes, allowing uses to give more attentions on the data analysis without considering how to move their data.
78
78
79
79
If you're interested, check the following documentation:
80
80
@@ -128,7 +128,7 @@ If you are interested in this Rust trick, you can read this PR: [feat: improve t
128
128
129
129
System tables are tables that provide information about Databend's internal state, such as databases, tables, functions, and settings.
130
130
131
-
If you are interested in creating system tables, you may want to check out our recently released documentation which introduces the implementation, registration, and testing of system tables using the `system.credits` table as an example.
131
+
If you're interested in creating a system table, check out our recently released documentation which introduces the implementation, registration, and testing of system tables, using the `system.credits` table as an example.
132
132
133
133
Here is a code snippet:
134
134
@@ -152,9 +152,8 @@ let table_info = TableInfo {
152
152
153
153
Here are some noteworthy items recorded here, perhaps you can find something that interests you.
154
154
155
-
- We suggest users to consider `unset max_storage_io_requests` to use `num_cpu` as the default value when upgrading to **1.0.17-nightly** and above.
156
-
- Now Databend can integrate with MindsDB to provide users with machine learning workflow support. *[Bringing in-database ML to Databend](https://mindsdb.com/integrations/databend-machine-learning)*
157
-
- If you happen to use HDFS and are interested in Databend, why not try our WebHDFS storage backend? This blog post may be helpful for you. *[How to Configure WebHDFS as a Storage Backend for Databend](https://databend.rs/blog/2023-03-13-webhdfs-storage-for-backend)*
155
+
- MindsDB's machine learning capability has now been integrated into Databend: *[Bringing in-database ML to Databend](https://mindsdb.com/integrations/databend-machine-learning)*
156
+
- Are you interested in using WebHDFS as the storage for Databend? This blog post may be helpful for you. *[How to Configure WebHDFS as a Storage Backend for Databend](https://databend.rs/blog/2023-03-13-webhdfs-storage-for-backend)*
158
157
159
158
## What's Up Next
160
159
@@ -175,7 +174,7 @@ SELECT QUANTILE([0.25, 0.5, 0.75])(number) FROM numbers(25);
175
174
176
175
[Feature: quantile support list and add functions kurtosis() and skewness()](https://github.com/datafuselabs/databend/issues/10589)
177
176
178
-
Additionally, the `kurtosis(x)` and `skewness(x)` mentioned in this problem may also be a good starting point for contributing to Databend.
177
+
Additionally, the `kurtosis(x)` and `skewness(x)` mentioned in this issue seem a good starting point for contributing to Databend.
179
178
180
179
Please let us know if you're interested in contributing to this issue, or pick up a good first issue at <https://link.databend.rs/i-m-feeling-lucky> to get started.
0 commit comments