From 61561e65c949c8f1f33d0af6ff85d138743b7c12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 12 Dec 2023 16:03:00 +0100 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6ef2f650..3ad0cac4 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Mixan is a simple analytics tool for logging events on web and react-native. My > Currently storing events on postgres but will probably move it to [clickhouse](https://clickhouse.com/) to speed up queries. Don't have any performance issues yet so will wait and see how well postgres can handle it. +### Speed/Benchmark + +As of today (2023-12-12) I have more then 1.2 million events in PSQL and performance is smooth as butter 🧈. Only thing that is slow (2s response time) is to get all unique events. Solved now with cache but can probably make better with `indexes` and avoid using `distinct`. + ### GUI - [x] Fix tables on settings