tryabby / abby

Open-Source Feature Flags, Remote Config & A/B Tests for Developers ⛳🧪
https://www.tryabby.com
GNU Affero General Public License v3.0
143 stars 19 forks source link

[Analytics] Move API Requests to OLAP DB #131

Open cstrnt opened 7 months ago

cstrnt commented 7 months ago

We could use an OLAP DB such as Clickhouse / Timescale.

With A/B testing at scale, we will have a lot of requests and querying those using a regular DB (currently MySQL). This will add a lot of stress to the regular DB. Also it will be slower since it's not optimised for this