• Grzegorz Bizon's avatar
    Append Redis live trace data to avoid reading it first · b5d1c4ce
    Grzegorz Bizon authored
    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.
    b5d1c4ce
database.rb 841 Bytes