Paul Morel

Results 19 issues of Paul Morel

The carbondata format appears to have some advantages over Parquet for query efficiency at the expense of data size. Are there plans to support this format?

enhancement
low priority

**Is your feature request related to a problem?/Why is this needed** The ability for Carina to provide tiered storage using bcache is very powerful, especially in context of database operations....

enhancement

### Search before asking - [X] I had searched in the [issues](https://github.com/datafuselabs/databend/issues) and found no similar issues. A related bug perhaps: https://github.com/datafuselabs/databend/issues/14205 ### Version v1.2.344 ### What's Wrong? Result column...

C-bug

According to the MySQL standard a quoted name should be able to contain most ASCII characters except NULL but including !. When I run the following command I get a...

type/bug

I'm not sure if I've have everything configured correctly since my StoragePools do not recover when nodes are lost. Since a node has no guarantee to have the same name...

This is a great tool for backups but ideally we could have an option to compress the files on the way to cloud storage. This seems possible by using a...

This looks like a great solution but I've been struggling to get anything but the base piraeus-operator to deploy properly. The first challenge was figuring out that the operator was...

This is a very useful tool for an XML file containing homogenous records. However, for XML files that contain various types of records, parsing all the record types requires scanning...

## Describe the current behavior Currently, resource requests are required to be integer strings. Attempting to use milliCPU notation fails. This works: ``` starrocks: cn: cpu: '1' memory: 4Gi replicas:...

enhancement

## Describe the bug I attempted to follow the [example for the shared storage](https://github.com/StarRocks/starrocks-kubernetes-operator/blob/main/examples/starrocks/deploy_a_starrocks_cluster_running_in_shared_data_mode.yaml) setup after deploying the operator. The shared storage example only deploys the FE and CN components...

bug