@leoncowle @confluency @kimvanwyk
I like that they speak of variations.
Shouldn't WhatsApp have picked 255?
Doesn't the question why they picked 256 number make you even more worried if you you understand the significance 😳?
@waldi @realn2s Yes; if this is an actual hard size limit on the database field, it could be an index field rather than a size field.
But I doubt that it's anything like that, and think it's most likely that it's a soft limit, everything is stored in normal integer types which are *much* larger, and they picked 256 (and subsequently 512 and 1024) because they're nice round numbers!
I've picked powers of two all the time for this reason even though there was no underlying data type limit.
@confluency @realn2s Sorry, but they would not have chosen this limit, if it would not be the highest they can possible go without serious redesign.
If it would be a limit in their data store, they would have changed this limit.
So it must be somewhere else, aka in the client communication. And now you need to update all millions of millions of clients, keep it compatible and working. And if it is in the crypto, all user keys depend on it, so rekeying all users as well.