on 2012 Apr 17 8:34 PM
hi,
plz tell me in which scenario we will use write optimized dso, direct dso, standard dso??? and the exact difference between all of the
note:don't tell that standard have 3 tables,direct and write op are having 1 table
Request clarification before answering.
Hi Venkatesh,
Standard DSO
WDSO
Direct DSO
Have a look at this which gives you more details and scenarios where these are used
Hope this clears your doubt regarding DSOs
http://help.sap.com/saphelp_nw04s/helpdata/en/F9/45503C242B4A67E10000000A114084/content.htm
Regards
Chandu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Chandra,
Write optimized DSO Use in BEx Queries
For performance reasons, SID values are not created for the characteristics that are loaded. The data is still available for BEx queries. However, in comparison to standard DataStore objects, you can expect slightly worse performance because the SID values have to be created during reporting.
If you want to use write-optimized DataStore objects in BEx queries, we recommend that they have a semantic key and that you run a check to ensure that the data is unique. In this case, the write-optimized DataStore object behaves like a standard DataStore object. If the DataStore object does not have these properties, you may experience unexpected results when the data is aggregated in the query.
Regards,
Aravind.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.