I have column names that are very long, regardless of the reason for this, I need to store very large names for columns (At least 128), and very large rows overall because of this
mysql has a strong limit of 64 for columns and 65,535 for rows
postgresql has a "configurable" limit of 63 for columns and couldn't find one for rows
My question is this: AWS Aurora offers both DBs, I've been researching and couldn't find whether this limit is configurable in their postgresql product, is it? How can I change this configuration?