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, Mar 7, 3:47 PM
Unknown Object (File)
Mar 1 2025, 6:41 AM
Unknown Object (File)
Feb 27 2025, 9:06 PM
Unknown Object (File)
Feb 27 2025, 9:06 PM
Unknown Object (File)
Feb 27 2025, 9:05 PM
Unknown Object (File)
Feb 26 2025, 7:17 AM
Unknown Object (File)
Feb 26 2025, 7:10 AM
Unknown Object (File)
Jan 20 2025, 5:10 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.