Saved Bookmarks
| 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. It is query hint to stream a table into memory before running the query. It is a query optimization Technique. |
|