You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After profiling I noticed that significant time is spent in the read system
call reading a single byte for the CQL native protocol header. It's
possible that we can eliminate some system calls by using a buffered
reader.
0 commit comments