-
**Is your feature request related to a problem? Please describe.**
Main data type in ManticoreSearch is String. Compression techniques allows to increase hardware utilization, efficient use of memory…
-
When columnar storage processes a filter, there are two heavy stages - unpacking data and processing the filter. Filtering performance can be improved by replacing conditions like `if ( ( i==(ACCESSOR…
-
Following on to some of the discussion in #1888, specifically here: https://github.com/python-pillow/Pillow/issues/1888#issuecomment-2112706708
## Rationale
Arrow is the emerging memory layout f…
-
I think we can describe this choice in a bit more detail:
- we (far) outstrip a single node, but we don't want to manage Cassandra/Hadoop/Spark.
- we need columnar storage / OLAP, but we'd like fa…
-
Hello,
I am opening this issue to request an opinion on how the SeaweedFS solution can be constructed for this requirement.
We have a need for 170 million XML files per month, divided into vario…
-
### What's wrong?
I used two tables `public.receipts` and `reader.receipts` in the test,`public.receipts` is a heap table, and `reader.receipts` is generated as columnar using pg_ivm. They have the …
-
### Application contact emails
criccomini@gmail.com
### Project Summary
A cloud native embedded storage engine built on object storage.
### Project Description
SlateDB is an embedded storage engi…
-
**Describe the bug**
it seems thta yearmonthday() function doesn't calculate the right value out of min(publish_date), see below:
```
mysql> SELECT min(publish_date) as min, MAX(publish_date)…
-
**Is your feature request related to a problem? Please describe.**
I cannot perform range queries on JSON fields. For example, the `examples/json_field.rs` has a search like so:
```
{
…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
TiDB adopts a vectorized execution engine method to improve query performance. Data is organized in a column…