citusdata / citusdata/postgresql-hll

hll_add multiple values

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

Description

Hi everyone,

Is it possible to add multiple values to HLL at once? Here is example from README for on element:

```
UPDATE helloworld SET set = hll_add(set, hll_hash_integer(12345)) WHERE id = 1;
```

What is the most efficient way to add multiple values (I will be adding about ~50 elements for one operation)?

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.