Minor tweak

This commit is contained in:
Oliver Kennedy 2019-04-08 14:44:39 -04:00
parent ca49083015
commit 906398097d

View file

@ -336,10 +336,10 @@ java.util.jar.JarFile.getJarEntry(JarFile.java:180)
<section>
<h3>Suggestion: Start Simple</h3>
<ul>
<li>Build indexes</li>
<li>Save the index to disk</li>
<li>Pick "the right" index to use for a query</li>
<li>Use an index scan</li>
<li>In-Mem/On-Disk Index Builder</li>
<li>Optimizer += Index Selection (e.g., selectivity)</li>
<li>Index Scan</li>
<li>Index Nested Loop Join</li>
</ul>
</section>
</section>