Home › Forums › kdb+ › What is the role played by key columns in a keyed table [ query join/performance ] ? › Re: What is the role played by key columns in a keyed table [ query join/performance ] ?
-
For optimisations in qsql queries you should look to attributes.
Here applying the unique attribute to the Name column:
q)t3:update `u#Name from t1 q)\ts do[100000;select from t3 where Name=`Anand] 64 1808