Files
MaxScale/server/modules/routing/readwritesplit
Markus Mäkelä f3b0245c0b Return results as sets of packets
Returning the results of a query as a set of packets is currently more
efficient. This is mainly due to the fact that each individual packet for
single packet routing is allocated from the heap which causes a
significant loss in performance.

Took the new capability into use in readwritesplit and modified the
reply_is_complete function to work with non-contiguous results.
2017-10-12 12:29:43 +03:00
..
2017-06-29 15:34:22 +02:00
2017-09-25 12:35:11 +03:00
2017-06-29 15:34:22 +02:00