-
There's been issues regarding SubHask having too many dependencies for some people, particularly with hmatrix and Windows (see #22). Now that SubHask has a Haskell-native implementation of matrix mul…
-
In statsd, the set type counts unique occurrences between flushes. This is not supported in statsd_exporter because "between flushes" is pretty meaningless in a pull system, especially if there are …
-
**Is your feature request related to a problem? Please describe.**
libcudf aggregations show lower throughput when data cardinality is less than ~1000 distinct values. This is due to serializing atom…
-
- Is there any specific reason that fills only single dummy column on Hive view?
- https://github.com/trinodb/trino/blob/ff794d2b1f12ed2eb8c6da89b416b8fa5e696c79/plugin/trino-hive/src/main/java/io/tr…
-
I've been playing with HyperMinHash and get around 0.5% error with an cardinality of 10.000 storing sha256 hashes. If I add 100.000 hashes the error increases to 10%.
Is there a way to reduce the …
-
The linear interpolation you wrote for estimating the biases seems like a reasonable approach, but I found a case where it leads to absurd estimates. I had a counter of precision 5 with a raw estimate…
-
I encountered following error when make presto-native-execution - ``presto_cpp/main/thrift/libpresto_thrift-cpp2.a(presto_thrift_types.cpp.o): relocation R_X86_64_32S against undefined symbol `$1' can…
-
HEAD: 65e42e4166cef5acafa7ce7f884d6cc2b55adc35
*Description*
We lived for a very long time assuming that this is what it is and there is nothing to do about it.
However I believe this can be impr…
-
I'm running into this error trying to compile rlite on Ubuntu 18:
```
ryan@ember:~/comrad/lib/rlite$ make all
cd src && make all
make[1]: Entering directory '/home/ryan/comrad/lib/rlite/src'
cc…
-
Add support for the `PFSELFTEST` command in DiceDB similar to the [`PFSELFTEST` command in Redis](https://redis.io/docs/latest/commands/command-list/). Please refer to the following commit in Redis to…