citusdata / citusdata/postgresql-hll
hll_add multiple values
Open
- 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.