Jason Rosenbaum
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Jason Rosenbaum-
Jason Rosenbaum commented,
good question, they are arrays of numeric IDs, so I'd suspect they'd compress at least pretty well, given the character space is only 0-9
-
Jason Rosenbaum commented,
@mark We've seen single transaction logs (ie a log file with just one transaction in it) exceed the max packet size which is 1GB I believe. This is an array stored as text in a LONGTEXT field. In...
-
Jason Rosenbaum created a post,
Other: support binary log transaction compression and row_image minimal
AnsweredHello folks, we recently had an issue with MySQL Aurora generated a single binlog transaction that was larger than 1GB, which was larger than the max packet size allowed by MySQL Aurora, thus preve...