<div dir="auto">I’ll try to clarify the question.</div><div dir="auto"><br></div><div dir="auto">I saw that when I query lets say a result with 10k records I saw that num entry used increased by 5 when I expected to increase by 1.</div><div dir="auto"><br></div><div dir="auto">So I asked if is it possible that a query result will allocate more than one entry?</div><div dir="auto"><br></div><div dir="auto">Thanks, </div><div dir="auto"><br></div><div dir="auto">Avi.</div><div dir="auto"><br></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 3 Jan 2023 at 11:19 Tatsuo Ishii <<a href="mailto:ishii@sraoss.co.jp">ishii@sraoss.co.jp</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;padding-left:1ex;border-left-color:rgb(204,204,204)">> Thank you for the clarification.<br>
<br>
No problem.<br>
<br>
> One more question, is it possible that a query result will store in more<br>
> than one entry?<br>
<br>
I am not sure if I understand you question but...<br>
<br>
Each query is distinguished by following property:<br>
<br>
- query string itself. Even if two queries is semantically identical,<br>
  if upper case/lower case difference or white space is differ, the<br>
  two queries are recognized two different queries and the cache entry<br>
  will created for two, not one.<br>
<br>
- user name. Even if query string is identical, if user is different,<br>
  different cache entry will be created.<br>
<br>
- database. Even if query string is identical, if database is<br>
  different, different cache entry will be created.<br>
<br>
- parameter to the query (in extended protocol). Even if query string<br>
  is identical, if parameters are different, different cache entry<br>
  will be created.<br>
<br>
Best reagards,<br>
--<br>
Tatsuo Ishii<br>
SRA OSS LLC<br>
English: <a href="http://www.sraoss.co.jp/index_en/" rel="noreferrer" target="_blank">http://www.sraoss.co.jp/index_en/</a><br>
Japanese:<a href="http://www.sraoss.co.jp" rel="noreferrer" target="_blank">http://www.sraoss.co.jp</a><br>
</blockquote></div></div>