hologres-uv-compute
Installation
SKILL.md
Prerequisites
This skill requires hologres-cli to be installed first:
pip install hologres-cli
export HOLOGRES_SKILL=hologres-uv-compute
All SQL execution and Dynamic Table operations depend on hologres-cli commands (hologres sql run --write, hologres dt create).
Hologres UV/PV Computation with Dynamic Table & RoaringBitmap
Build real-time, incremental UV/PV computation pipelines using Dynamic Tables and RoaringBitmap in Hologres. This approach supports flexible time-range aggregation over billions of records with low latency.
Why This Approach
| Traditional COUNT DISTINCT | RoaringBitmap + Dynamic Table |
|---|
Related skills