Jump to: navigation, search

Difference between revisions of "Trove/Blueprints/vertica-db-support"

(Impacts)
(Use Case Requirements)
Line 3: Line 3:
  
 
== Use Case Requirements ==
 
== Use Case Requirements ==
While the specific details of each datastore need to be investigated against this list, these are seen as the use-cases that would motivate the replication feature:
+
Following are the details:
  
A. TEST HEADING
+
A. Common database operations:
# bullet 1
+
# Database : create, list, delete
# bullet 2
+
# User : create, list, delete
 +
# Revoke, grant
 +
 
 +
B. back-up and restore functionality for vertica datastore.
  
 
== Scope ==
 
== Scope ==

Revision as of 11:02, 24 April 2014

Description

Include vertica analytical database in trove datastores.

Use Case Requirements

Following are the details:

A. Common database operations:

  1. Database : create, list, delete
  2. User : create, list, delete
  3. Revoke, grant

B. back-up and restore functionality for vertica datastore.

Scope

Implement all sections of Use Case Requirements.

Impacts

This change would impact mainly guestagent, as new datastore will be added.

Configuration

Configuration will be changed as per datastores. There is a proposed re-structuring for "ignoring users" as per datastore.

Database

  • Does this impact any existing tables? If so, which ones?
  • Are the changes forward and backward compatible?
  • Be sure to include the expected migration process

Public API

No API calls are altered. Responce to API calls are similar for vertica Datastore.

Internal API

No change

Guest Agent

Vertica datastore specific guestagent code needs to be added.