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

Horizontal partitioning for porocupine #526

Open
avillega opened this issue Jan 10, 2025 · 0 comments
Open

Horizontal partitioning for porocupine #526

avillega opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@avillega
Copy link
Contributor

Describe the problem you are facing

Our DST partitions are based on the types of our domain, Promises, Tasks, Schedules, Locks. This kind of partition doesn't scale well as we add more types that are related to the others, for example, Tasks need to have information about the Promise for some validations.

Describe the solution you'd like

Instead of having the partition by type, do partitions by id. The partitions can be done by root_promise_id and schedule_id. This will allows us to scale our DST and linearizability checks to run larger tests.

@avillega avillega added the enhancement New feature or request label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant