What version of Ignite do you use? Did you try checking the number of loaded entries using a cache API, but not SQL? For example, you can iterate over all stored entries using a scan query <https://apacheignite.readme.io/docs/cache-queries#scan-queries>.
Denis пт, 26 окт. 2018 г. в 5:02, debashissinha <[email protected]>: > I am using tpcds to to benchmark ignite with above configuration . I > generate > 1gb of data for the table store_sales and then manually create the table > and > indexes . Then from sql line I use copy from statement to load the data > file > into the table. As per the tpcds matrix the no of rows processed is correct > but when I am doing a count(*) on the same table the record count is very > less. > > It shows me record processed is 2880404 > Whereas count(*) gives me only 18000 rows. > > Thanks & Regards > Debashis Sinha > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
