I was atempting to try out the ResultCache feature on 3.0-beta2. I use 2 mysql DB's as backend, and postgres for RecoveryLog. I attempted to run a simple select query, and it hung. The logs contailed:

WARN sequoia.controller.cache Unable to remove pending query www_pirate,select * from game_settings

I tried in my config:
<RequestCache>
       <MetadataCache/>
       <ParsingCache/>
       <ResultCache granularity="table" />
     </RequestCache>



i the ResultCache stored in the postgres server or in memory of the sequoia server?
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to