sedna載入xml檔案,sedna載入xml

來源:互聯網
上載者:User

sedna載入xml檔案,sedna載入xml

假設有一個xml檔案a.xml,需要把它載入到sedna資料庫xml_db裡。

sedna是通過se_term把xml載入到資料庫的。有兩種方法:


1.通過se_term的-query參數。

se_term -query "LOAD 'a.xml' 'a'" xml_db

如果a.xml只是一批xml中的一個,而這一批xml檔案,標籤都是一樣的。可以考慮用集合來存。

建立集合:

se_term -query "CREATE COLLECTION 'mycol'"  xml_db

再把檔案載入到集合裡

se_term -query "LOAD 'a.xml' 'a' 'mycol'" xml_db


2.通過se_term的-file參數。

先把載入的語句寫到檔案a.query

LOAD "a.xml" "a"

再調用它把a.xml載入到xml_db

se_term -file a.query xml_db


著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.