Difference between revisions of "Main Page"

From avawiki
Jump to: navigation, search
m
m
 
(9 intermediate revisions by one user not shown)
Line 1: Line 1:
 +
=AVA Database Technical Documentation=
  
Consult the [//meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software.
+
==About AVA Database==
  
== Getting started ==
+
AVA Database is an '''in-memory''', '''column-base''' next-generation database that is dedicated to performance, scalability and flexibility. AVA embraces the state-of-the-art technologies in the Big Data era, generating stunning performance in real time processing, scientific analytics and data mining. Here are the highlights of AVA. For detailed explanation of AVA's design philosophy and features, please go to '''[[About AVA|About]]'''.
* [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
+
 
* [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
+
* '''In-memory'''
* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]
+
: The entire database sits in the main computer memory (RAM).
 +
* '''Column-oriented'''
 +
: The storage format of the database is Column-oriented, rather than more traditional row-based.
 +
* '''NoSQL'''
 +
: The database query language goes beyond SQL.
 +
* '''Distributed Storage'''
 +
: The data storage on the physical drives can be distributed across different locations within in the same drive, across multiple drives or even across networks.
 +
 
 +
==AVA Family of Products==
 +
* [[About AVA|About AVA]]
 +
* [[AVA Starter Version | AVA Starter Version ]]
 +
 
 +
==AVA: Getting Started==
 +
* [[Quick Start Guide | Quick Start Guide ]]
 +
* [[Data Types | Data Types ]]
 +
 
 +
==AVA Database Language Reference==
 +
 
 +
* AVA Language Reference
 +
** [[ AVA SQL | AVA SQL ]]
 +
** [[ AVA Database Management Reference | AVA Database Management Reference ]]

Latest revision as of 11:34, 21 May 2013

Contents

AVA Database Technical Documentation

About AVA Database

AVA Database is an in-memory, column-base next-generation database that is dedicated to performance, scalability and flexibility. AVA embraces the state-of-the-art technologies in the Big Data era, generating stunning performance in real time processing, scientific analytics and data mining. Here are the highlights of AVA. For detailed explanation of AVA's design philosophy and features, please go to About.

  • In-memory
The entire database sits in the main computer memory (RAM).
  • Column-oriented
The storage format of the database is Column-oriented, rather than more traditional row-based.
  • NoSQL
The database query language goes beyond SQL.
  • Distributed Storage
The data storage on the physical drives can be distributed across different locations within in the same drive, across multiple drives or even across networks.

AVA Family of Products

AVA: Getting Started

AVA Database Language Reference