sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Persistence - Spike - cutover back to using Lettuce as the Redis Client #22

Closed sageserpent-open closed 8 years ago

sageserpent-open commented 8 years ago

This is a prelude to #21 and #23

sageserpent-open commented 8 years ago

We're off...

sageserpent-open commented 8 years ago

Cutover to Lettuce finished - doing a quick profile, as the running time for the 'WorldSpec' tests is suspiciously similar to what is was with RediScala.

sageserpent-open commented 8 years ago

Same issue as before - lots of time spent blocked, waiting for an asynchronous computation to complete. I suspect this is simply roundtrip time to Redis that is the culprit here...

Would pipelining help?

sageserpent-open commented 8 years ago

Given that it works and I need to focus on other things, I'm wrapping this up now - optimisation work can wait.