---------- Forwarded message ---------- From: Ankur Padia <[email protected]> Date: Mon, Aug 24, 2015 at 9:28 AM Subject: Clearing cache does not effect query execution time To: [email protected]
Hello everyone, I want to execute a bunch of queries on Fuseki server using default settings and want to clear cache. To accomplish the goal mentioned, I used following linux command to clean the cache, *sync; echo 3 | sudo tee /proc/sys/vm/drop_caches* However, instead of getting execution time in seconds which means results was fetched from harddisk, I am getting results in millisecond . Also, the very first query takes time in seconds however the later queries following it takes few millisecond both having same number of triple pattern. Can anyone please guide me through the phenomena happening inside Fuseki ? Fuseki was hosted on linux, Fedora 17. Ankur Padia.
