BW データロード チューニング
いま入っているPJはスコープがあまりに巨大でありシステム的には段階的立ち上げになってます。自分が担当しているBWパートは10月中旬にサービスインする予定です。残り1ヶ月というところですが、まさにチューニングの真っ最中です。
要件定義を経て設計を行った結果、レポート要件の特殊性もありかなり凝ったキューブモデリングをいたしました。そのせいか大量データをまず最初に流し込んだときはロードパフォーマンスが稼げませんでした。(ロードするデータ量は爆発的に多いというわけではないのですがね。。。)そこで、いろいろ試行錯誤を開始。
全部披露するわけにはいかないのですが、今回注力してみようと思うのがこれ
番号範囲バッファリング
いろいろ触ってます。面白い結果が出ればおいおい報告してみようかと。
とりあえずいまは下準備として調査したSAP NOTEを整理して掲載いたします。
192658:BWシステムの基本パラメータ設定
567747 総括ノート BW 3.x パフォーマンス: 抽出 & ロード
567745 総括ノート: BW 3.x パフォーマンス: DB 固有の設定
130253 BW へのトランザクションデータアップロード時の注意
→まずは定番のこれ!
Oracleならばこれら
180605 BW システムの Oracle データベースパラメータ設定
857998 Number range buffering for DIM IDs and SIDs
How do you find number range objects of the dimensions and SIDs for which the number range should be buffered?
a) You know in advance that the dimension or SID table will increase significantly per request.
b) There are accesses to the NRIV table and you can determine the number range object directly in the current SQL statement.
c) A high number range level may indicate for these two BW objects that there is a significant increase (only valid for BID* and BIM* objects)
SE16 'NRIV'
-> OBJECT = 'BID*' or OBJECT = 'BIM*'
displays all number range objects with number level (NRLEVEL).
Export this output to an Excel document and sort NRLEVEL in descending order. From experience, most candidates have a high number range level.
You can determine the corresponding dimension tables using the RSDDIMELOC table. You can find the InfoObject for SIDs using the RSDCHABASLOC table (the NUMBRANR field contains the last seven digits of the number range object). The procedure is even more effective if you read the NRIV table periodically and you determine the changes using NRLEVEL.
602202 InfoCube の次元に番号範囲オブジェクトを登録する方法
→ RSRV関係
708297 BRAIN071 with buffered number range object
Solution
The cause of the problem in the number range buffer must be eliminated. The problem frequently occurs because all of the DIALOG work processes are in use. In this case, the parallelism of the update must be restricted.
828725 Parallel processing for flat file upload
493980 マスタデータ属性およびマスタデータテキストの再編成
| 固定リンク
「SAP BW / BI」カテゴリの記事
- Dr.Sum 関連、導入事例とDr.Sum EA Datalizer MotionChart(2009.02.24)
- SAP アップグレード / SOA時代に求められる人材像 / コンサルタント(2009.01.26)
- SOA/雑感(2008.12.11)
- せっかくなので・・・(2008.11.28)
- R/3側 New GL に備えて(2008.10.06)



コメント
タイ的GETしちゃうから
投稿: 酢鶏@人工無能 | 2005/09/08 05:23