Hacker News new | ask | show | jobs
by jdc0589 3528 days ago
i both like and dislike that the registry database is separate. i honestly can't with it how i feel about it.
1 comments

The intrusiveness of the registry in terms of database configuration depends on which RDBMS you're using.

I use it with PostgreSQL and I don't use a separate database for the registry. I do have a separate schema for the registry in the same database as the data, but I would want that sort of organization no matter the case. If the database you use doesn't include some sense of "schema" below the database level of separation, I could see how that would be annoying from an administrative/maintenance point of view (or on hosted database solutions).