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

(8/5) Reduce VMM reservation contention #7533

Open
wants to merge 19 commits into
base: vmm-reserve-bench
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
633 changes: 461 additions & 172 deletions nexus/db-queries/src/db/datastore/sled.rs

Large diffs are not rendered by default.

611 changes: 0 additions & 611 deletions nexus/db-queries/src/db/queries/affinity.rs

This file was deleted.

2 changes: 1 addition & 1 deletion nexus/db-queries/src/db/queries/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//! Specialized queries for inserting database records, usually to maintain
//! complex invariants that are most accurately expressed in a single query.

pub mod affinity;
pub mod disk;
pub mod external_ip;
pub mod ip_pool;
Expand All @@ -14,6 +13,7 @@ mod next_item;
pub mod network_interface;
pub mod oximeter;
pub mod region_allocation;
pub mod sled_reservation;
pub mod virtual_provisioning_collection_update;
pub mod vpc;
pub mod vpc_subnet;
Expand Down
Loading
Loading