Append Redis live trace data to avoid reading it first
This change introduces an incremental append mechanism for writing a live trace. Instead of reading data from Redis, appening in Ruby, it attemps to append data directly into Redis, what should improve performance and reduce the a mount of data transferred between Redis and GitLab.
Showing
Please register or sign in to comment