Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: host analytics on separate Repo #32

Closed
jaimeiniesta opened this issue Nov 6, 2024 · 2 comments
Closed

Feature request: host analytics on separate Repo #32

jaimeiniesta opened this issue Nov 6, 2024 · 2 comments

Comments

@jaimeiniesta
Copy link

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?

@lalabuy948
Copy link
Owner

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.

@jaimeiniesta
Copy link
Author

Ah cool, I didn't know this was possible already. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants