Hi,
query are executed on all the involved servers. If you've sharding the
query is split against all the servers and the result is aggregated back on
the main node.

Read-Quorum is used on "record read" operation, so after the query is
executed, the record read operations should be called against all the
results.

May you explain better your use case?

Lvc@



On 13 June 2014 02:35, Mateusz Dymczyk <[email protected]> wrote:

> Correct me if I'm wrong but, even when running in distributed mode, SQL
> Select commands are not considered as distributed (since
> OCommandExecutorSQLSelect does not implement
> OCommandDistributedReplicateRequest). This is quite problematic if I want a
> readQuorum bigger than 1. Is there any way to fix this?
>
> Mateusz
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to