1. How many Ignite nodes do you have?
2. What if you add Thread.Sleep(5000) before the last Console.WriteLine?
Does the resulting number change?

On Mon, Nov 23, 2020 at 6:01 PM ABDumalagan <ad1...@scarletmail.rutgers.edu>
wrote:

> 1. Your program worked for me!
>
> 2. I added something to my LoadCache(Action<int, Associate>, params
> object[] args) method in OracleStore.cs. I added the following 3 lines
> after the while loop:
>
> reader.Dispose();
>
> cmd.Dispose();
>
> con.Dispose();
>
> Console returned a non-zero cache size of 5136, however, the queries I
> wanted to do and the queries counted by the method is 10,000 - I was
> wondering what happened to the other ~5000 queries and why they aren't in
> cache?
>
> ------------------------------
> Sent from the Apache Ignite Users mailing list archive
> <http://apache-ignite-users.70518.x6.nabble.com/> at Nabble.com.
>
>

Reply via email to