Yes, SQL queries use data that was already preloaded only.

Evgenii

ср, 18 мар. 2020 г. в 01:23, nithin91 <
nithinbharadwaj.govindar...@franklintempleton.com>:

> Hi ,
>
> Filter in the sense,  SQL Fields Query with where clause is executed. I
> hope
> the following example helps you understand my query.
>
> *Scenario:*
>
> For example there is a cache named Products which has 1 million records
> with
> two distinct product categories(i.e. Furniture,Electronics) among these 1
> million records.
>
> Now once the Data load is started , if i execute a sql fields query like
> below, will i get the count as 1 million or only the count of records that
> are loaded so far.
>
> select count(1) from Products where category='Electronics'
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to