Y
Hacker News
new
|
ask
|
show
|
jobs
by
tmk1108
2457 days ago
Can you expand on the 4kb part of row sizes? I have been experimenting with storing json in MySQL tables and I'm curious about this limit
1 comments
madhadron
2457 days ago
MySQL expects rows to be fairly small, which leads to decisions about how the system handles loading data. You can put larger blobs in, but it may have adverse performance implications.
link