Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
Description
Doing some read profiling I noticed we always seem to look up the type of a column from the schema metadata when we have the type already in the column class.
This one simple change to SerializationHeader improves read performance non-trivially.
https://github.com/tjake/cassandra/commit/69b94c389b3f36aa035ac4619fd22d1f62ea80b2
I assume we are looking this up to deal with schema changes. But I'm sure there is a more performant way of doing this.
Attachments
Issue Links
- is blocked by
-
CASSANDRA-11820 Altering a column's type causes EOF
- Resolved
- is related to
-
CASSANDRA-12443 Remove alter type support
- Resolved
-
CASSANDRA-11697 Improve Compaction Throughput
- Open