adarshsanjeev commented on PR #16269:
URL: https://github.com/apache/druid/pull/16269#issuecomment-2116696663
Did some quick benchmarks.
Jackson serialization
----------------------
| Bucket Count | Key Count | Key Size | Serialization Time (ms) |
Deserialization Time (ms) |
|--------------|-------------------------------|----------|-------------------------|--------------------------|
| 1 | 148,032 | 34 | 81
| 46 |
| 1 | 148,032 | 100 | 94
| 58 |
| 1000 | 1,000,000 | 34 | 193
| 94 |
| 1000 | 1,000,000 | 34 | 264
| 258 |
Octet stream serialization
----------------------
| Bucket Count | Key Count | Key Size | Serialization Time (ms) |
Deserialization Time (ms) |
|--------------|-------------------------------|----------|--------------------|--------------------------|
| 1 | 148,032 | 34 | 17
| 6 |
| 1 | 148,032 | 100 | 26
| 11 |
| 1000 | 1,000,000 | 34 | 82
| 30 |
| 1000 | 1,000,000 | 100 | 144
| 74 |
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]