Reduce the number of 4000chars columns#512
Conversation
|
By analyzing the blame information on this pull request, we identified @karlitschek, @libasys and @fossxplorer to be potential reviewers |
We have to test this |
|
Okay, will try to add one in core. |
|
I guess @butonic won't like you for that: owncloud/core#23895 (comment) 😉 @butonic Thoughts? |
|
👎 find a better solution for oracle first |
|
Just saying in the activity app we never sort, search or whatever with these columns, only select via * is done. |
|
Using clob is valid from my pov - but the migration is tricky. |
|
This will make the upgrade from 9.0 to 9.1 slow. I'm not saying that we can't do that but we have to be careful. |
|
So do we do this now, or one more version until people with 4byte mysql can use activity app? |
|
Oracle is unable to convert from text to clob atm, see owncloud/core#24897 |
9079613 to
53c7d81
Compare
@DeepDiver1975 for the MySQL 4byte work.
Does text(4000) to clob work on all dbms?