Skip to content

Database attachments query slow (System Files) #208

Answered by LukeTowers
ericp-mrel asked this question in Q&A
Discussion options

You must be logged in to vote

I think a big part of the problem for system_files performance with large number of records is the fact that the attachment_id column is a VARCHAR instead of an unsigned integer in order to support records with string keys, so you could try changing the column type.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@rubenvanerk
Comment options

@LukeTowers
Comment options

@ericp-mrel
Comment options

@LukeTowers
Comment options

Answer selected by ericp-mrel
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