Files
MaxScale/server/modules/routing
Markus Mäkelä 9adbd2f8f0 Cache the local server statistics object
By storing the server statistics object in side the session, the lookup
involved in getting a worker-local value is avoided. Since the lookup is
done multiple times for a single query, it is beneficial to store it in
the session.

As the worker-local value is never deleted, it is safe to store a
reference to it in the session. It is also never updated concurrently so
no atomic operations are necessary.
2019-01-03 09:37:59 +02:00
..
2018-11-28 19:21:59 +02:00
2018-11-12 10:13:22 +02:00
2018-11-20 10:51:49 +02:00
2018-09-28 12:18:24 +03:00