citusdata / citusdata/postgresql-hll

Getting ERROR: explicit multiset too large

Open
#81 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
1.2k
Forks
115
PR merge metrics
No merged PRs in 30d

Description

Hello, I am getting this error when trying to insert HLL's into the DB which seems to break this constraint:
https://github.com/citusdata/postgresql-hll/blob/master/src/hll.c#L554
I am trying to insert millions of id's into the HLL with value for log2m=20 and regWidth=7. This does not cause a problem in java-hll library, but when inserting the HLL into the DB it fails.

The value for **MS_MAXDATA** seems to be too low for practical purposes. I was wondering what the rationale behind this limit is.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.