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

Check API: Upgrade PostgreSQL and use its native partitioning feature #67

Open
caiosba opened this issue Mar 11, 2022 · 0 comments
Open
Labels
Component: Check API GraphQL API layer at https://github.com/meedan/check-api Difficulty: Intermediate refactoring Tech: Ruby/Rails

Comments

@caiosba
Copy link
Contributor

caiosba commented Mar 11, 2022

Tell us about your request

Upgrade PostgreSQL version on Check API so its native partitioning feature can be used.

Which service(s) is this request for?

Check API.

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

The latest version of PostgreSQL provides a much better and native partitioning feature, and it can replace the current partitioning feature in Check API, which is not very elegant neither scalable.

Are you currently working around the issue?

We currently use a gem for the partitioning feature, called partitioned.

Additional context

We're having performance issues with the current versions partitions in the current PostgreSQL version.

@caiosba caiosba added Component: Check API GraphQL API layer at https://github.com/meedan/check-api Difficulty: Intermediate Tech: Ruby/Rails refactoring labels Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Check API GraphQL API layer at https://github.com/meedan/check-api Difficulty: Intermediate refactoring Tech: Ruby/Rails
Projects
None yet
Development

No branches or pull requests

1 participant