Skip to content

Conversation

@kesselb
Copy link
Collaborator

@kesselb kesselb commented Oct 3, 2024

Summary

TODO

  • [ ]

Checklist

@kesselb kesselb added enhancement 2. developing Work in progress labels Oct 3, 2024
@kesselb kesselb added this to the Nextcloud 31 milestone Oct 3, 2024
@kesselb kesselb self-assigned this Oct 3, 2024
The current approach is to insert a new row and, if a unique constraint violation occurs, update an existing one. PostgreSQL logs the unique constraint violation as error "duplicate key value violates unique constraint".

Our Adapter.insertIgnoreConflict method provides a way to run an insert query without logging such errors by using the vendor-specific sql extensions like "on conflict do nothing" on Postgres.

Signed-off-by: Daniel Kesselberg <[email protected]>
@kesselb kesselb force-pushed the bug/19494/insert-ignore-conflict-for-filecache-extended branch from cda4948 to af89838 Compare October 7, 2024 11:30
@kesselb kesselb changed the title wip fix: use insert ignore for filecache_extended Oct 7, 2024
Copy link
Member

@nickvergessen nickvergessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At least seems to solve the issue on 29 (without sharding)

@nickvergessen
Copy link
Member

@kesselb any chance to continue/finalize this?

@ShGKme
Copy link
Contributor

ShGKme commented Oct 25, 2024

I guess, sharding support is a blocking problem?

@kesselb
Copy link
Collaborator Author

kesselb commented Oct 25, 2024

I guess, sharding support is a blocking problem?

Yep, I wrote down my findings at #19494 (comment) and handed the ticket over to Stephan.

@nickvergessen
Copy link
Member

The fix could applied on the older versions never the less?

@blizzz blizzz mentioned this pull request Jan 8, 2025
This was referenced Jan 14, 2025
This was referenced Jan 21, 2025
@blizzz blizzz mentioned this pull request Jan 29, 2025
1 task
@kesselb kesselb modified the milestones: Nextcloud 31, Nextcloud 32 Jan 29, 2025
@nextcloud-bot nextcloud-bot mentioned this pull request Aug 22, 2025
@kesselb kesselb modified the milestones: Nextcloud 32, Nextcloud 33 Aug 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PostgreSQL duplicate key value violates unique constraint

4 participants