Skip to content

Conversation

@Aravinda-HWK
Copy link
Collaborator

📌 Description

This PR is to move the blob table from the user database to the shared database. That will enable to deduplicate blobs globally instead of per-user deduplication.


🔍 Changes Made

  • Move the blob table to shared.db
  • Remove index for user database for blob table and move that to shared database
  • Remove foreign key constraint

✅ Checklist (Email System)

  • Core IMAP commands tested (LOGIN, CAPABILITY, LIST, SELECT, FETCH, LOGOUT).
  • Authentication is tested.
  • Docker build & run validated.
  • Configuration loading verified for default and custom paths.
  • Persistent storage with Docker volume verified.
  • Error handling and logging verified
  • Documentation updated (README, config samples).

🧪 Testing Instructions

To test the server, use the instructions in the README in the test directory.


📷 Screenshots / Logs (if applicable)


⚠️ Notes for Reviewers

@Aravinda-HWK Aravinda-HWK self-assigned this Jan 13, 2026
@Aravinda-HWK Aravinda-HWK merged commit e5a501e into main Jan 14, 2026
5 checks passed
@Aravinda-HWK Aravinda-HWK deleted the 197-task-move-deduplication-from-per-user-database-to-shared-database branch January 14, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Move Deduplication from Per-User Database to Shared Database

3 participants