Currently, in MySQL, the options for servers, indexes, pages and facets are "only" 16 KB large. While this is plenty, it might still be exhausted, especially for indexes with complicated data structures. Therefore I think we should increase the size to "medium", giving it 16 MB of space (which I dare anyone to fill up). (Under PostgreSQL, the size is unlimited in any case.)
To be on the safe side, I'd also increase it for servers and facets – only pages have a fixed set of options and can therefore stay at the lower size, in my opinion.

Comments

drunken monkey’s picture

Status: Active » Needs review
StatusFileSize
new2.49 KB
mh86’s picture

Status: Needs review » Needs work

We don't need to care about the search_api_facets any more, but the rest looks good to me (didn't test the update functions yet)

drunken monkey’s picture

Status: Needs work » Needs review
StatusFileSize
new1.5 KB
mh86’s picture

StatusFileSize
new1.5 KB

here the updated patch that fixes clashes in the update function version number

drunken monkey’s picture

Ah, of course, thanks!
And would you say this is RTBC now?

mh86’s picture

Status: Needs review » Reviewed & tested by the community

yes, RTBC, but didn't want to do that on my own patch ;)

drunken monkey’s picture

Status: Reviewed & tested by the community » Fixed

Makes sense, yes, but as it also works for me, and I don't think we'll get another reviewer …
Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.