Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I add INDEXES to SYNONYMS

Status
Not open for further replies.

LeonelSanchezJr

Programmer
Jan 26, 2001
522
0
0
US
I need to add some INDEXES to my SYNONYMS.
Is this possible?


Thanks,

Leo ;-)
 
What type of database is it? For FOCUS files, you need to do a REBUILD INDEX. For relational datbases, there is nothing to add. The database handles the indexes and WebFOCUS doesn't need to know about them.
 
Leo,

Indexes on relational tables are created and maintained by the relational engine. Focus generates the SQL based on the fields requested, and the engine optimizes retrieval, based on whether fields are indexed or not.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top