Local Storage Index

What is the functionality of the Indexed check box? I looked in the Help and could not find it's purpose

Hi Eric,

This is from the Toad Data Point Help document:
Note: This topic applies to Local Storage only.
You can create indexes on one or more columns of a table to improve SQL statement execution and to reduce disk I/O.
You can create, alter, or drop an index at any time without affecting the base tables or other indexes. After dropping an index, performance may be slower when accessing previously indexed data.

I hope this helps :slight_smile: