Skip to content

Update cluster-wide SQL

Denis Smirnov requested to merge sql_update into master

Picodata' SQL relies on the sbroad library to execute clusterwide queries. Sbroad

  1. Was refactored in the way it calculates buckets for the INSERT queries. All these changes allowed us to use a hash dunction from the key_def to calculate bucket_ids in Picodata.
  2. Has lot's of bug fixes and improvements

So, current MR updates sbroad version, improves its documentation and adds some tests to check closed bugs in the Picodata SQL runtime.

Edited by Denis Smirnov

Merge request reports