Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Are you asking:Jetec said:Is there a rule of thumb on how to create indexes?
In days before disk striping, placing indexes in a tablespace separate from table data could yield performance savings by avoiding disk-head contention while simultaneously accessing index blocks and table blocks.Jetec said:Should indexes have their own tablespace?