Default to normalized load
fulldecent opened this issue · 1 comments
fulldecent commented
If the column mapping is not specified then the default column mapping should be:
uint row
uint col
varchar(50000) value
With unique Row-col and col-row keys
Reference that there is a 50000 char limit: https://support.google.com/docs/thread/11221515?hl=en
See https://stackoverflow.com/questions/13506832/what-is-the-mysql-varchar-max-size
fulldecent commented
eh