Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
integration:rdbms:sqlserver:home [2011/04/07 17:54]
127.0.0.1 external edit
integration:rdbms:sqlserver:home [2016/06/28 22:38] (current)
Line 21: Line 21:
 ==== Overview ==== ==== Overview ====
  
-Omnidex can be deployed directly against a SQL Server database. ​ Omnidex retrieves and indexes the SQL Server data, and queries read directly from the SQL Server database as needed. This approach allows Omnidex to work alongside SQL Server, providing a high-performance query environment for applications.  ​+Omnidex can be deployed directly against a Microsoft ​SQL Server database. ​ Omnidex retrieves and indexes the SQL Server data, and queries read directly from the SQL Server database as needed. This approach allows Omnidex to work alongside SQL Server, providing a high-performance query environment for applications.  ​
  
-An Omnidex Environment File controls how Omnidex connects to the SQL Server database and identifies the tables and columns that Omnidex will have access to. Omnidex accesses the SQL Server data directly using standard SQL statements issued through the SQL Server ​ODBC Connector. During indexing and query processing, Omnidex maintains a connection to the SQL Server database and accesses the data as needed. ​ Typically, queries are first routed to the Omnidex indexes where specific rowids or primary keys are identified that meet the criteria. ​ Omnidex then fetches the appropriate rows using these values with standard SQL statements.+An Omnidex Environment File controls how Omnidex connects to the SQL Server database and identifies the tables and columns that Omnidex will have access to. Omnidex accesses the SQL Server data directly using standard SQL statements issued through the SQL Server ​libraries. During indexing and query processing, Omnidex maintains a connection to the SQL Server database and accesses the data as needed. ​ Typically, queries are first routed to the Omnidex indexes where specific rowids or primary keys are identified that meet the criteria. ​ Omnidex then fetches the appropriate rows using these values with standard SQL statements.
  
-{{:​integration:​rdbms:​sqlserver:​basic_architecture_mysql.png|}}+{{:​integration:​rdbms:​sqlserver:​basic_architecture_sqlserver.png|}}
  
-Omnidex does not migrate the data out of SQL Server, but instead directly references the data in the SQL Server database. ​ This is not a requirement,​ though. ​ Migration of the data into raw data files is an option if that is preferable; in fact, many companies use [[admin:​features:​snapshots:​home|Omnidex Snapshots]] for this very purpose. ​ Omnidex Snapshots are high-performing,​ highly-portable,​ heavily-indexed copies of data that can be easily accessed using standard ODBC and JDBC interfaces.  ​+Omnidex does not migrate the data out of SQL Server, but instead directly references the data in the SQL Server database. ​ This is not a requirement,​ though. ​ Migration of the data into raw data files is an option if that is preferable.  In fact, many companies use [[admin:​features:​snapshots:​home|Omnidex Snapshots]] for this very purpose. ​ Omnidex Snapshots are high-performing,​ highly-portable,​ heavily-indexed copies of data that can be easily accessed using standard ODBC and JDBC interfaces.  ​
  
 Omnidex is usually deployed on read-only tables. ​ Most applications require tens to hundreds of Omnidex indexes on a table, making real-time updates impractical. ​ Applications usually set aside certain SQL Server tables that are refreshed on a regular basis and Omnidex indexes are completely refreshed. ​ Omnidex does support real-time updates for those situations where there are fewer indexes and lower volume.  ​ Omnidex is usually deployed on read-only tables. ​ Most applications require tens to hundreds of Omnidex indexes on a table, making real-time updates impractical. ​ Applications usually set aside certain SQL Server tables that are refreshed on a regular basis and Omnidex indexes are completely refreshed. ​ Omnidex does support real-time updates for those situations where there are fewer indexes and lower volume.  ​
 
Back to top
integration/rdbms/sqlserver/home.1302198867.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)