Differences

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

Link to this comparison view

Next revision
Previous revision
admin:features:export:home [2012/03/05 22:09]
doc created
admin:features:export:home [2016/06/28 22:38] (current)
Line 5: Line 5:
 ====== Administration:​ Omnidex Features ====== ====== Administration:​ Omnidex Features ======
  
-===== Export ​Data =====+===== Exporting ​Data =====
  
 **[[admin:​features:​export:​home|Overview]]** | **[[admin:​features:​export:​home|Overview]]** |
-[[admin:​features:​export:​rawdata|Raw Data Files]] | +[[admin:​features:​export:​exports|Exporting ​Data]] |
-[[admin:​features:​export:​delimited|Delimited Files]] |+
 [[admin:​features:​export:​criteria|Criteria Files]] | [[admin:​features:​export:​criteria|Criteria Files]] |
-[[admin:​features:​export:​attach|Attaching Files]] ​+[[admin:​features:​export:​attach|Attaching ​Exported ​Files]]
  
 ---- ----
Line 17: Line 16:
 ==== Overview ==== ==== Overview ====
  
 +Omnidex provides a robust ability to export data into raw data files or delimited files, and then reuse that data in a variety of ways.  Some applications use Omnidex exports to construct new tables. ​ Other applications use Omnidex exports to prepare result sets for users or other parts of an application. ​ Omnidex also allows exported files to be applied as criteria in a future search without having to declare a new table.
  
 +Omnidex is particularly strong as a NoSQL database. ​ Much of the overhead of relational databases comes from adhering to the ACID requirements for databases governing **A**tomicity,​ **C**onsistency,​ **I**solation and **D**urability. ​ Omnidex can avoid this overhead by providing a SQL Engine that directly accesses raw data files.  ​
 +
 +Omnidex is also particularly strong as a Big Data solution. ​ Raw data files can be extraordinarily large, yet can be easily accessed using standard SQL statements through basic ODBC and JDBC connections. ​ Omnidex can even create a logical table out of a large collection of independent data files, allowing data to come and go without the costly overhead of importing and deleting from relational tables.
 +
 +Many Omnidex customers find that the ease of exporting data, combined with the ease of reusing that exported data, allows them to migrate to a [[integration:​rawdata:​home|raw data file solution]]. ​ Whether Omnidex is used with a relational database or with raw data files, Omnidex exports are usually an integral part of any Omnidex application.
 ====  ==== ====  ====
-**[[admin:​features:​export:​rawdata|Next]]**+**[[admin:​features:​export:​exports|Next]]**
  
    
 
Back to top
admin/features/export/home.1330985385.txt.gz · Last modified: 2016/06/28 22:38 (external edit)