Skip to content

Handling activity log exceptions #1057

Answered by Gummibeer
anthonytp asked this question in Q&A
Discussion options

You must be logged in to vote

This is more a database than a code problem. Which database and table engine do you use?
As most common is MySQL with InnoDB: https://dev.mysql.com/doc/refman/5.7/en/innodb-locking.html

I would like to pull in @tpetry as he knows more about databases. But so far I get it a switch to an unordered UUID primary key index and dropping the auto increment could solve your issue.

All this is supported by the package as you can customize the migrations and use your own model.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@anthonytp
Comment options

@Gummibeer
Comment options

@tpetry
Comment options

@anthonytp
Comment options

@anthonytp
Comment options

Answer selected by anthonytp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants