diff --git a/db/view/view.cc b/db/view/view.cc index a16682c0f0..707843664f 100644 --- a/db/view/view.cc +++ b/db/view/view.cc @@ -1058,8 +1058,8 @@ query::clustering_row_ranges calculate_affected_clustering_ranges(const schema& const mutation_partition& mp, const std::vector& views, gc_clock::time_point now) { - std::vector> row_ranges; - std::vector> view_row_ranges; + utils::chunked_vector> row_ranges; + utils::chunked_vector> view_row_ranges; clustering_key_prefix_view::tri_compare cmp(base); if (mp.partition_tombstone() || !mp.row_tombstones().empty()) { for (auto&& v : views) {