Page MenuHomePhabricator

Remove expendable data during compaction creation
ClosedPublic

Authored by marcin on Feb 9 2024, 7:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 8, 10:03 PM
Unknown Object (File)
Fri, Nov 8, 7:14 PM
Unknown Object (File)
Fri, Nov 8, 7:14 PM
Unknown Object (File)
Fri, Nov 8, 7:14 PM
Unknown Object (File)
Fri, Nov 8, 1:36 PM
Unknown Object (File)
Oct 4 2024, 1:22 AM
Unknown Object (File)
Oct 4 2024, 1:22 AM
Unknown Object (File)
Oct 4 2024, 1:22 AM
Subscribers

Details

Summary

This differential removes olm tables data and metadata table data during main compaction creation.

Test Plan

Repeat final testing plan for main compaction project: https://linear.app/comm/issue/ENG-6146/final-testing-task. Inspect compaction content in tables
plus to ensure that those tables are empty.

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-6728
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin requested review of this revision.Feb 9 2024, 8:07 AM
native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
1732 ↗(On Diff #36932)

I don't think "expendable" is the right term here

native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
1732 ↗(On Diff #36932)

I probably misunderstood the word. I will update to removeDeviceSpecificDataSQL

This revision is now accepted and ready to land.Feb 13 2024, 2:16 AM
  1. Rename removeExpendableDataSQL -> removeDeviceSpecificDataSQL
  2. Rebase before landing
This revision was landed with ongoing or failed builds.Feb 20 2024, 10:38 AM
This revision was automatically updated to reflect the committed changes.