-
```sql
create table test_partitioning engine=MergeTree ORDER BY number PARTITION BY cityHash64(number) % 100 as select * from numbers(10000);
set send_logs_level = 'debug';
select count() from …
-
**Description**
I have created a small benchmark with [swift-collections-benchmark](https://github.com/apple/swift-collections-benchmark/) to measure the performance of retrieving the half-open r…
-
Reproduction:
```
> wasmtime compile -D debug-info -O opt-level=0 wasm-with-di.wasm
> llvm-objdump wasm-with-di.cwasm
```
Expected result: the output does not contain an excessive number of reloc…
-
have a simple addition I would like to request.
The ability to forward port ranges for streams.
According to the docs for Nginx it should be possible. https://nginx.org/en/docs/stream/ngx_stream_…
-
# Room Booking System for Users
The objective of this project is to implement a user room booking feature for a hotel management system. The system will allow users to select rooms based on availab…
-
In Measurement you have to assume the operator concept id refers to an operator for the value as string, e.g.
-
UGC platforms such as YouTube, TikTok, Twitter, Instagram generally expose the total number of views, likes, comments and shares etc. that a particular piece of content gets. However, this total numbe…
-
Copied from https://github.com/bible-technology/scripture-burrito/issues/253
@mvahowe wrote:
> Right now the mapping section of the "vrs-as-json" schema looks something like this:
>
> ```
>…
-
## Description
When using facet ranges, `max_facet_values` behaves weirdly.
## Steps to reproduce
Given a collection of 10k documents, each with a single field that has 1000 distinct values, …
-
See https://github.com/caddyserver/caddy/issues/6678#issuecomment-2460992231