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

Support replication and sharding #178

Open
AlekSi opened this issue Dec 14, 2021 · 0 comments
Open

Support replication and sharding #178

AlekSi opened this issue Dec 14, 2021 · 0 comments
Labels
code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI

Comments

@AlekSi
Copy link
Member

AlekSi commented Dec 14, 2021

There are three very different ways to support replication and sharding in FerretDB:

  • use some third-party solution for PostgreSQL replication and sharding;
  • use functionality built-in into PostgreSQL, such as FDW;
  • do replication and sharding on the FerretDB level only.

We don't know yet what way we will choose for the first version.

@AlekSi AlekSi added the code/feature Some user-visible feature is not implemented yet label Dec 14, 2021
@AlekSi AlekSi added this to the Post-1.0 milestone Dec 14, 2021
@AlekSi AlekSi changed the title Built-in sharding for PostgreSQL Support built-in sharding for PostgreSQL Dec 14, 2021
@AlekSi AlekSi removed this from the v2.0.0 milestone Jan 5, 2022
@AlekSi AlekSi added the not ready Issues that are not ready to be worked on; PRs that should skip CI label Jun 17, 2022
@AlekSi AlekSi changed the title Support built-in sharding for PostgreSQL Support sharding Apr 5, 2023
@AlekSi AlekSi changed the title Support sharding Support replication and sharding Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/feature Some user-visible feature is not implemented yet not ready Issues that are not ready to be worked on; PRs that should skip CI
Projects
Status: No status
Development

No branches or pull requests

1 participant