·When compare other RDBMS it is good in performance wise, because it is shared nothing architecture.
·It can store billions of rows.
·Unconditional parallelism.
·Using Indexes for better storing and fast retrieval.
·Supports easy scalability from small (10GB) to a massive database (100+TB).
·System to grow to support more users/data/queries/complexity of queries without experiencing performance degradation.
·Provides a parallel aware optimizer that makes query tuning unnecessary to get a query to run.
·And Optimizer determines the least expensive plan (time-wise) to process queries fast and in parallel.
·Automatic and even distribution avoiding complex indexing schemes or time consuming
reorganizations.Single operational view of the entire MPP (massively parallel processing) system and single point of control for the DBA (TD manager).
·It can store billions of rows.
·Unconditional parallelism.
·Using Indexes for better storing and fast retrieval.
·Supports easy scalability from small (10GB) to a massive database (100+TB).
·System to grow to support more users/data/queries/complexity of queries without experiencing performance degradation.
·Provides a parallel aware optimizer that makes query tuning unnecessary to get a query to run.
·And Optimizer determines the least expensive plan (time-wise) to process queries fast and in parallel.
·Automatic and even distribution avoiding complex indexing schemes or time consuming
reorganizations.Single operational view of the entire MPP (massively parallel processing) system and single point of control for the DBA (TD manager).
No comments:
Post a Comment