Bohu

Results 255 comments of Bohu

``` #!/bin/bash # The directory where your test files are located root_dir="/path/" # Use find to recursively search for .test files find "$root_dir" -type f -name '*.test' | while read...

This PR introduces a **breaking change** to the design. Cloud query history and system logs are all broken now.

Sure, it's on my plan.

> any plan about improving concurrency capabilities? so developers can depend on databend to make some data exploring platforms (like google analystics?) on the web. Added: `Concurrent query enhance`

> any plan about tuning the metasrv's memory usage? I've got a OOM last week, IMHO it can store most the data in the disk? @drmingdrmer will fill the meta...

> Any plan to support `decimal` data type? This is essential If we want to use databend in financial related fields. Will we see it in the first half of...

> will fault tolerance on query processing be planned in 2023? Will do but hard to do, so the priority is low. > likewise I have some spot instances, the...

Note: This task should wait until https://github.com/datafuselabs/databend/issues/7211 is finished.

> quoted_ident_case_sensitive This is not a solution, we should guide the user to know the right table name `Student `, because he create the table with ``Student``.