Closed jaimeiniesta closed 1 week ago
Hi @jaimeiniesta, you can actually achieve this by spinning separate Postgres instance and providing this new db connection to Phoenix Analytics. If I understood your concern correctly.
Ah cool, I didn't know this was possible already. Thanks!
Hi, I'd like to use PhoenixAnalytics but storing the data in the main DB of the application gives me many concerns. Mostly about performance issues, additional space needed, and the integration with DuckDB.
I would feel much more comfortable if the data could be stored on a separate Postgresql database, that would be set up as a secondary repo, dedicated only to hosting analytics.
Have you considered this option?