-
The HyperLogLogPlus implementation only supports parameters p and sp for which 4
oertl updated
7 years ago
-
I've found a condition where a NoSuchMethodError can be thrown. Below is what I do to get it to trigger (I hope you don't mind that it's in scala). I am using hll version 1.6.0 out of maven.
``` sc…
-
> Trying NSS on a windows pod https://bourgeoa.solid.hll.nu:7443 . Tested the `chat with me` from OS solid
The function returns a PUT error 500
FAILED to save new chat channel at: https://bourgeoa…
-
### Problem Statement
In order to even attempt cost-based query planning, SpiceDB needs to gather some metrics about the relationships that it is trying to traverse. This proposal is meant to more di…
-
A union operation done on two HLL objects immediately after they are initialized, with a smaller log2m in the parameter HLL than the one doing the union, throws an ArrayIndexOutOfBoundsException. The …
-
我批量插入50万条数据, 成功了, 然后在终端ctrl+c退出, 再次lealone启动成功, 但是执行User.dao.findCount() 时报错. 应该是之前建的user表被删除了, runSqlScript重建表也报错, 必须把data文件夹里的数据删除后runSqlScript才成功
报错log信息:
INFO [TcpServer-ShutdownHook-3] [2021-1…
-
Hi,
I have a question about the output from HLL, when I use Dashing with HyperLogLog i.e.:
**./dashing hll -k15 -p2 -S24 read.fastq reference.fasta**
The output from HLL is then:
**Estimat…
-
Most of the services are missing descriptive texts - info.
![image](https://github.com/user-attachments/assets/76f108cd-9ecc-474b-8333-0e586579df9a)
Let's update and expand the current service inf…
-
The unittest for the hyperloglog is instable and fails every now and then with this error:
```
___________________________ test_simple_hyperloglog ____________________________
def test_simple_hy…
-
I suspect this is a sort of edge case in the HLL approximation algo, but it seems there should be a better way to surface this than this exception.
I've reconstructed the case as reported, coming up …