This section is for users who have a small database with each table residing on only one disk and using only one CPU virtual processor.
These statistics are a minimum starting point to obtain good performance for individual queries. For guidelines, see Updating Statistics. To see the query plan that the optimizer chooses for each query, see Displaying the Query Plan.
Without table fragmentation across multiple disks, parallel scans do not occur. With only one CPU virtual processor, parallel joins or parallel sorts do not occur. However, PDQ priority can obtain more memory to perform the sort. For more information, see Parallel Database Query.
For information on how to control PDQ resources, see Allocating Resources for Parallel Database Queries.
For information on the various tools and session details to monitor, see Monitoring Memory Usage for Each Session and Monitoring Sessions and Threads.