Skip to content

Commit 1a26e27

Browse files
committed
Add HLL extension
1 parent c1afe51 commit 1a26e27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/postgresql/concepts-hyperscale-extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The following tables list the standard PostgreSQL extensions that are currently
3030
> | [citext](https://www.postgresql.org/docs/current/static/citext.html) | Provides a case-insensitive character string type. |
3131
> | [cube](https://www.postgresql.org/docs/current/static/cube.html) | Provides a data type for multidimensional cubes. |
3232
> | [hstore](https://www.postgresql.org/docs/current/static/hstore.html) | Provides a data type for storing sets of key-value pairs. |
33+
> | [hll](https://github.com/citusdata/postgresql-hll) | Provides a HyperLogLog data structure. |
3334
> | [isn](https://www.postgresql.org/docs/current/static/isn.html) | Provides data types for international product numbering standards. |
3435
> | [lo](https://www.postgresql.org/docs/current/lo.html) | Large Object maintenance. |
3536
> | [ltree](https://www.postgresql.org/docs/current/static/ltree.html) | Provides a data type for hierarchical tree-like structures. |

0 commit comments

Comments
 (0)