You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verify with Falcon teams that a load priority value lower than 50 means higher priority at the time of loading, or vice versa and then update the docs.
<h3><aname="Abilitytosettableloadprioritization"></a>Ability to set table load prioritization</h3>
502
-
<p>You can now use <tt>tql</tt> to set table load priority. You can set priority values between <tt>1-100</tt>. The default priority is <tt>50</tt>. The following illustrates examples of the new commands for setting and changing table load priority:</p>
502
+
<p>You can now use <tt>tql</tt> to set table load priority. You can set priority values between <tt>1-100</tt>. The default priority is <tt>50</tt>. Lower number means higher priority. 1 is the highest possible priority as a result. The following illustrates examples of the new commands for setting and changing table load priority:</p>
503
503
<divclass="code panel"style="border-width: 1px;">
504
504
<divclass="codeContent panelContent">
505
505
<preclass="code-java"> alter table <spanclass="code-quote">'t1'</span> set load priority [value]
0 commit comments