1.

What does /*streamtable(table_name)*/ do?

Answer»

It is query hint to stream a table into memory before running the query. It is a query optimization Technique.



Discussion

No Comment Found