Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
integration:rawdata:queries [2011/04/04 21:18]
deb
integration:rawdata:queries [2016/06/28 22:38] (current)
Line 11: Line 11:
 [[integration:​rawdata:​updates|Updates]] | [[integration:​rawdata:​updates|Updates]] |
 [[integration:​rawdata:​creation|Generating Data Files]] | [[integration:​rawdata:​creation|Generating Data Files]] |
-[[integration:​rawdata:​implementation|Implementation ​Guides]]+[[integration:​rawdata:​integration|Integration ​Guides]]
  
 ---- ----
Line 28: Line 28:
 == Table Joins == == Table Joins ==
  
-Omnidex supports standard table joins between raw data files, including inner joins, outer joins and cross joins. ​ Since raw data files do not generally have native indexing capabilities like relational databases, it is important to install Omnidex indexing on the join columns. ​ This will insure the best optimization of table joins.+Omnidex supports standard table joins between raw data files, including inner joins, outer joinsand cross joins. ​ Since raw data files do not generally have native indexing capabilities like relational databases, it is important to install Omnidex indexing on the join columns. ​ This will insure the best optimization of table joins.
  
 == Aggregations == == Aggregations ==
Line 44: Line 44:
 Omnidex allows a wide selection of [[dev:​sql:​functions:​home|SQL Functions]] that can be used against raw data files.  ​ Omnidex allows a wide selection of [[dev:​sql:​functions:​home|SQL Functions]] that can be used against raw data files.  ​
  
-Omnidex also allows [[admin:​features:​expressioncols|Expression-based Columns]] in a table declaration,​ which create a virtual column that returns the result of a SQL expression.+Omnidex also allows [[admin:​features:​expressioncols:home|Expression-based Columns]] in a table declaration,​ which create a virtual column that returns the result of a SQL expression.
  
 == Datatypes == == Datatypes ==
  
-Raw data files can support retrieving data in a wide variety of datatypes. ​ They can store character and binary data, and data can be further converted in SQL statements. ​ Raw data files do not support VARCHAR and CLOB datatypes due to their reliance on length variables; however, CHARACTER and STRING datatypes may be used instead with greater convenience.+Raw data files can support retrieving data in a wide variety of datatypes. ​ They can store character and binary data, and data can be further converted ​using functions ​in SQL statements. ​ Raw data files do not support VARCHAR and CLOB datatypes due to their reliance on length variables; however, CHARACTER and STRING datatypes may be used instead with greater convenience.
  
 ====  ==== ====  ====
 
Back to top
integration/rawdata/queries.1301951908.txt.gz ยท Last modified: 2016/06/28 22:38 (external edit)