Azure DocumentDB
- Part 5 (使用 資料庫移轉工具
來匯入資料)日常開發系統,常見的模式還是以關聯式資料庫為主,再搭配 NoSQL 的優化來改善使用者體間,所以今天我們就來看看可以怎麼利用微軟官方 open source 的 DocumentDB 資料移轉工具來匯入 MS SQL Seerver 的資料到 DocumentDB
1-1. Import from
1-2. Connection StringData Source=<server>;Initial Catalog=<database>;User Id=<user>;Password=<password>
1-3. Entity Query/Select Query File
1-4. Nesting Separator
2-1. Export to
2-2. Connection StringAccountEndpoint=<DocumentDB Endpoint url>;AccountKey=<DocumentDB Key>;Database=<DocumentDB Database>;
Database
2-3. Collection
1.僅支援整數範圍的名稱模式。 例如,指定 collection[0-3] 將產生下列集合:collection0、collection1、collection2、collection3。
.您可以使用縮寫的語法:collection[3] 將發出一組與步驟 1 中所述相同的集合。
.您可以提供一個以上的替代項目。 例如,collection[0-1] [0-9] 將產生 20 個開頭為零的集合名稱 (collection01、..02、..03)。
2-4. Partition Key
2-5. Collection Throughput
所需集合傳輸量(400 RU/s ~ 10000 RU/s)
2-6. Id Field
document 識別屬性(文件名稱)
2-7. Number of Parallel Request
平行處理的數量
2-8. Persist Date and Time as
2-9. Enter Indexing Policy / Select Policy File
2-10. Number of Retries on Indexing
重試次數
2-11. Retry Interval
重試間隔
2-12. Connection Mode
3-1. Error Log File
Results
視窗中呈現錯誤3-2. Detail Error Information
3-3. Progress Update Interval
進度更新頻率
Import