Merge "doc: code review considerations for online data migrations"

This commit is contained in:
Jenkins 2017-08-22 17:05:44 +00:00 committed by Gerrit Code Review
commit 6a70fd9749
1 changed files with 3 additions and 0 deletions

View File

@ -86,6 +86,9 @@ Database Schema
online. Generally, this can and should be hidden within the object
layer so that an object can load from either the old or new
location, and save to the new one.
* Multiple Cells v2 cells are supported started in the Pike release.
As such, any online data migrations that move data from a cell
database to the API database must be multi-cell aware.
REST API
=========