This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin:home [2011/01/11 15:15] els |
admin:home [2016/06/28 22:38] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTOC~~ | ||
+ | |||
{{page>:top_add&nofooter&noeditbtn}} | {{page>:top_add&nofooter&noeditbtn}} | ||
- | |||
====== Administration ====== | ====== Administration ====== | ||
- | /* This is a comment */ | + | ===== Introduction ===== |
- | + | This section discusses the features of Omnidex, the approaches to designing, developing and deploying applications, and the techniques for achieving the best performance. This is appropriate reading for both Omnidex Administrators and Omnidex Developers. Administrators should become well-versed in nearly all topics discussed here. Developers should become familiar with the early sections, but can skip the later sections. | |
- | The Omnidex Administration manual discussed the features of Omnidex, the approaches to designing, developing and deploying applications, and the techniques for achieving the best performance. This manual is appropriate reading for both Omnidex Administrators and Omnidex Developers. Administrators should become well-versed in nearly all topics discussed here. Developers should become familiar with the early sections, but can skip the later sections. | + | |
- | + | ||
- | Choose from the topics of the Administration manual: | + | |
- | + | ||
- | ===== Administration Basics ===== | + | |
- | + | ||
- | * [[admin:admin:architecture:home|Omnidex Architecture]] - A discussion of how Omnidex fits into data and server architectures. | + | |
- | * [[admin:admin:applications:home|Building Applications]] - An overview of designing, developing and deploying Omnidex applications. | + | |
- | + | ||
- | ===== Omnidex Basics ===== | + | |
- | + | ||
- | * [[admin:basics:environments|Omnidex Environment Files]] - A guide to the Omnidex Environment, the heart of the Omnidex-enhanced database. | + | |
- | * [[admin:basics:sqlengine|Omnidex SQL Engine]] - A look at the SQL interface to Omnidex-enhanced databases. | + | |
- | * [[admin:basics:indexing|Omnidex Indexing]] - An in-depth discussion of Omnidex indexing. | + | |
- | * [[admin:basics:updates:home|Omnidex Updates]] - A discussion of the strategies for updating an Omnidex database. | + | |
- | * [[admin:basics:rdbms|Omnidex on Relational Databases]] - An explanation of how Omnidex is installed on relational databases. | + | |
- | * [[admin:basics:rawdata|Omnidex on Raw Data Files]] - An explanation of how Omnidex is installed on raw data files. | + | |
- | * [[admin:basics:delimited|Omnidex on Delimited Files]] - An explanation of how Omnidex is installed on delimited files. | + | |
- | + | ||
- | ===== Administration Basics ===== | + | |
- | + | ||
- | | [[admin:admin:architecture:home|Omnidex Architecture]] | A discussion of how Omnidex fits into data and server architectures. | | + | |
- | | [[admin:admin:applications:home|Building Applications]] | An overview of designing, developing and deploying Omnidex applications. | | + | |
- | + | ||
- | ===== Omnidex Basics ===== | + | |
- | + | ||
- | | [[admin:basics:environments|Omnidex Environment Files]] | A guide to the Omnidex Environment, the heart of the Omnidex-enhanced database. | | + | |
- | | [[admin:basics:sqlengine|Omnidex SQL Engine]] | A look at the SQL interface to Omnidex-enhanced databases. | | + | |
- | | [[admin:basics:indexing|Omnidex Indexing]] | An in-depth discussion of Omnidex indexing. | | + | |
- | | [[admin:basics:updates:home|Omnidex Updates]] | A discussion of the strategies for updating an Omnidex database. | | + | |
- | | [[admin:basics:rdbms|Omnidex on Relational Databases]] | An explanation of how Omnidex is installed on relational databases. | | + | |
- | | [[admin:basics:rawdata|Omnidex on Raw Data Files]] | An explanation of how Omnidex is installed on raw data files. | | + | |
- | | [[admin:basics:delimited|Omnidex on Delimited Files]] | An explanation of how Omnidex is installed on delimited files. | | + | |
- | + | ||
- | ===== Omnidex Features ===== | + | |
- | * [[admin:features:activecounts:home|ActiveCounts]] | + | |
- | * [[admin:features:powersearch:home|PowerSearch]] | + | |
- | * [[admin:features:autocomplete:home|AutoComplete]] | + | |
- | * [[admin:features:text:home|Omnidex Text]] | + | |
- | * [[admin:features:geo:home|Geographic Searches]] | + | |
- | * [[admin:features:snapshots:home|Omnidex Snapshots]] | + | |
- | * [[admin:features:grids:home|Omnidex Grids]] | + | |
- | * [[admin:features:rollups:home|Rollup Tables]] | + | |
- | * [[admin:features:expressioncols:home|Expression-based Columns]] | + | |
- | + | ||
- | ===== Indexing Strategies ===== | + | |
- | + | ||
- | * [[admin:indexing:basics:home|Indexing Basics]] | + | |
- | * [[admin:indexing:basicstrategies:home|Basic Indexing Strategies]] | + | |
- | * [[admin:indexing:advstrategies:home|Advanced Indexing Strategies]] | + | |
- | + | ||
- | ===== Optimizing Queries ===== | + | |
- | * [[admin:optimization:plans:home|Query Plans]] | + | Choose from the following topics: |
- | * [[admin:optimization:monitor:home|Monitoring Omnidex Performance]] | + | |
- | * [[admin:optimization:config:home|Configuring Omnidex]] | + | |
- | ===== Conversion Guides ===== | ||
- | * [[admin:conversion:previous|Converting from Previous Versions]] | + | |< 100% 35% 65% >| |
- | * [[admin:conversion:oracle|Converting an Oracle Application]] | + | | \\ **[[admin:admin:home|Administration Basics]]** || |
- | * [[admin:conversion:sqlserver|Converting a SQL Server Application]] | + | |[[admin:admin:architecture:home|Omnidex Architecture]] | How Omnidex fits into a server, data and application architecture. | |
- | * [[admin:conversion:mysql|Converting a MySQL Application]] | + | |[[admin:admin:applications:home|Building Applications]] | How to design, develop and deploy Omnidex applications. | |
- | * [[admin:conversion:odbc|Converting a Generic ODBC Application]] | + | | \\ **[[admin:basics:home|Omnidex Fundamentals]]** || |
- | * [[admin:conversion:rawdata|Converting a Raw Data File Application]] | + | |[[admin:basics:environments:home|Omnidex Environments]] | How to manage Omnidex Environments, the heart of the Omnidex-enhanced database. | |
- | * [[admin:conversion:delimited|Converting a Delimited File Application]] | + | |[[admin:basics:sqlengine:home|Omnidex SQL Engine]] | How to use the SQL interface to Omnidex-enhanced databases. | |
+ | |[[admin:basics:updates:home|Omnidex Updates]] | How to update an Omnidex database. | | ||
+ | |[[admin:basics:network:home|Omnidex Network Services]] | How to use and configure Omnidex Network Services. | | ||
+ | | \\ **[[admin:indexing:home|Omnidex Indexing]]** || | ||
+ | |[[admin:indexing:concepts:home|Indexing Concepts]] | An introduction to the concepts of indexing database. | | ||
+ | |[[admin:indexing:indexes:home|Indexing Options]] | A guide to Omnidex index types, options and groups. | | ||
+ | |[[admin:indexing:creation:home|Index Creation]] | An introduction to how Omnidex indexes are created and maintained. | | ||
+ | |[[admin:indexing:strategies:home|Indexing Strategies]] | Basic strategies for indexing an Omnidex database. | | ||
+ | |[[admin:indexing:activecounts:home|ActiveCounts]] | How to add interactive counts into an application. | | ||
+ | |[[admin:indexing:powersearch:home|PowerSearch]] | How to search based on synonyms, misspellings and other features. | | ||
+ | |[[admin:indexing:autocomplete:home|AutoComplete]] | How to provide auto-complete features into an application. | | ||
+ | |[[admin:indexing:text:home|Omnidex Text]] | How to index large blocks of textual data in a database. | | ||
+ | | \\ **[[admin:features:home|Omnidex Features]]** || | ||
+ | |[[admin:features:snapshots:home|Omnidex Snapshots]] | How to create Omnidex Snapshots, a portable copy of your data. | | ||
+ | |[[admin:features:grids:home|Omnidex Grids]] | How to create Omnidex Grids to improve scalability and performance. | | ||
+ | |[[admin:features:rollups:home|Rollup Tables]] | How to use Rollup Tables to pre-aggregate data for faster performance. | | ||
+ | |[[admin:features:geo:home|Geographic Searches]] | How to perform geographic searches based on longitude and latitude. | | ||
+ | |[[admin:features:expressioncols:home|Expression-based Columns]] | How to create virtual columns and indexes that are based on SQL expressions. | | ||
+ | |[[admin:features:segments:home|Omnidex Segments]] | How to split complex queries into multiple steps with Omnidex Segments | | ||
+ | |[[admin:features:attach:home|Attaching Data]] | How to dynamically attach databases or tables to an existing Omnidex environment. | | ||
+ | |[[admin:features:export:home|Exporting Data]] | How to export data to raw data files or delimited files. | | ||
+ | | \\ **[[admin:optimization:home|Optimizing Queries]]** || | ||
+ | |[[admin:optimization:plans:home|Query Plans]] | How to use query plans to understand how a query is processed. | | ||
+ | |[[admin:optimization:caches:home|Dynamic Caches]] | How to improve performance using Dynamic Caches. | | ||
+ | |[[admin:optimization:config:home|Configuring Omnidex]] | How to configure Omnidex to achieve the best performance. | | ||
+ | | \\ **[[admin:monitor:home|Monitoring Omnidex]]** || | ||
+ | |[[admin:monitor:connections:home|Monitoring Connections]] | How to monitor Omnidex connections. | | ||
+ | |[[admin:monitor:queries:home|Monitoring Queries and Statements]] | How to monitor Omnidex queries and statements. | | ||
{{page>:bottom_add&nofooter&noeditbtn}} | {{page>:bottom_add&nofooter&noeditbtn}} |