Hi Andrew,
I made some tests on recreating Indexes. So, I'm running on PHP 7.3.24 + MariaDB 10.3.24
A - Without adding index limit
photos.app.goo.gl/rXEbkvR1EqVAYADj8 I have back a #1071 error
But, as far as I know, Maria 10.3.24 has been built on MySQL 5.7 and the prefix limitation should be 3072 and not 1000 (or 767)
stackoverflow.com/questions/1814532/1071...ength-is-767-bytes#:~:text=34%20Answers&text=767%20bytes%20is%20the%20stated,been%20increased%20to%203072%20bytes
Please, What am I missing ?
B - If I add the index with the Key Block Size to 1000:
photos.app.goo.gl/Y9axQb3HGsqMP42TA
I have back the same #1071 error
C - If I add the Index with Sizes:
photos.app.goo.gl/H8QwoHEfvPaiHyPM9
I have back the same #1089 error
D - If I add just the URL limit in this way: 1000 - (55*4) / 4 = 195
photos.app.goo.gl/bN6nYp184bJxDfqK8
The limit it has accepted, Is this the right way ?
All your suggestions are welcome! Many thanks!