This is an old revision of the document!


Administration: Omnidex Features

Attaching Data

Attaching Databases

Omnidex allows entire databases to be attached to the current Omnidex Environment, incorporating all of their tables and Omnidex indexes. This can greatly expand the data available to query, and enhance the ability to optimize queries across multiple databases within the enterprise. Any type of database from any Omnidex Environment can be attached. This allows great flexibility in linking multiple applications together, such as linking a SQL Server customer database with a Raw Data File data warehouse.

Attaching databases can also be useful for applications that reference the results from previous queries in future queries. If the result set consists of a single column, such as a primary key, this can be done simply using Omnidex Segments; however, some applications identify the results of a previous query using multiple columns, or even multiple tables. Omnidex allows these results to be rendered into a miniature Omnidex database, complete with Omnidex indexing. Future queries can attach as many result set databases as needed to perform order suppression or other tasks, all taking advantage of the Omnidex indexes.

Attaching a database is simple, and uses the ATTACH DATABASE statement, as shown below:

attach database                GEO
 from                          geo.xml;

Additional Resources

See also:

 
Back to top
admin/features/attach/databases.1330556086.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)