Title: BIG DATA NIGHTMARE: SQLite vs Postgres for Crypto Transaction Tracking
Hey guys, I'm currently working on building a crypto transaction tracker and I'm struggling with the DB choice. I've tried using SQLite for small testing but I'm anticipating a massive spike in transactions soon and was wondering if anyone has experience comparing SQLite's performance to a more robust solution like Postgres? Any input would be super helpful.
Hey guys, I'm currently working on building a crypto transaction tracker and I'm struggling with the DB choice. I've tried using SQLite for small testing but I'm anticipating a massive spike in transactions soon and was wondering if anyone has experience comparing SQLite's performance to a more robust solution like Postgres? Any input would be super helpful.