Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6
-
None
-
MXS-SPRINT-183, MXS-SPRINT-184, MXS-SPRINT-185, MXS-SPRINT-186, MXS-SPRINT-187
Description
As nosqlprotocol is the first module in the routing chain, the regular cache filter will be of value. However, not as much as one would expect, as, since the cache stores result sets, nosqlprotocol would at every cache hit still have to perform the JSON->BSON conversion, which is a heavy operation.
If instead the nosqlprotocol would have its own cache that stores BSON data, then a cache hit would require no processing but the data could simply be sent to the client.
Attachments
Issue Links
- relates to
-
MXS-4573 Benchmark nosqlprotocol
- Closed