mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
fix: realtime user analytics (#5129)
This commit is contained in:
@ -210,6 +210,7 @@ CREATE TABLE active_payments (
|
||||
`created_at` DateTime64,
|
||||
`flow_type` LowCardinality(Nullable(String)),
|
||||
INDEX merchantIndex merchant_id TYPE bloom_filter GRANULARITY 1
|
||||
INDEX flowTypeIndex flow_type TYPE bloom_filter GRANULARITY 1
|
||||
) ENGINE = MergeTree
|
||||
PARTITION BY toStartOfSecond(created_at)
|
||||
ORDER BY
|
||||
|
||||
Reference in New Issue
Block a user