Why Nostr? What is Njump?
2023-03-19 04:26:19
in reply to

pwm on Nostr: I will say, for hardcore analytics queries you are going to push up against sqlite ...

I will say, for hardcore analytics queries you are going to push up against sqlite limitations quite quickly, as the amount of data you store increases. OLAP workloads (like I assume you plan on doing) don't do well on SQLite (I'm like SQLite's biggest fan). I ran a similar project for a while that did some analytics on a few hundred megs of data in a SQLite database but by the time you start doing big ol window queries etc it really breaks down. I'm talking second to second and a half best case stuff.
If your db grows to any size and/or you really start doing some gnarly queries then I am betting it will want a bigger dbms. You can always start with sqlite though and then port to postgres if your needs grow, sqlite tries to keep its syntax compatible where it can, especially with postgres.
Author Public Key
npub18w4tungqseyt2sutlcccpc75g09uxerclw4mv5q8pxdfdgw9dy3qr2dnvc