Re: how to use partitions once created?



Partitions are physical objects -- they allow better management of the data
in a cube and in some ways improve performance. But you don't (and can't)
query them directly -- the cube is the object that you care about.

The "better management and performance" include:
- creating rolling partitions so that old partitions don't need to be
re-processed and new data can be incrementally added into the "current"
partition
- specifying slices on partitions so that partitions outside the slice in
the query don't need to scanned
- etc.

Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"Rich" <Rich@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D8600CDE-4B62-4D37-BCA8-8C733EC5340A@xxxxxxxxxxxxxxxx
> Hello,
>
> I have a data warehouse/datamart database (please correct me what the
> correct name is for the database containing the cubes) containing 2 cubes
> called "Dividends" and "Investments". I created 3 partitions in the
> "Investments" cube. I understand that partitions are a way to group data
> in
> a cube that is getting large. My question is how is a partition used once
> created (and processed and so forth)? the "Investments" cube has 2
> partitions "Conneticut", "Vermont".
>
> I opened up the MDX application and can only see the 2 cubes in this
> database for querying. Is it possible to query either of the partitions
> "Conneticut" or "Vermont"?
>
> Any explanations appreciated on the usage/purpose of cube partitions.
>
> Thanks,
> Rich
>
>


.



Relevant Pages

  • Re: Cube Partitions in MSAS 2005
    ... 1.Open the cube editor and click on partitions ... Change it from Table binding to Query Binding ... the 'Loans' partition of the 'Loans' measure group for the 'Loans' cube ...
    (microsoft.public.sqlserver.olap)
  • Re: Cube Partitions in MSAS 2005
    ... then use each view as a table binding source for your partitions. ... between the original table and the named query. ... create partitions in my cube. ...
    (microsoft.public.sqlserver.olap)
  • Re: Multiple Cubes Sharing mdx Calculations?
    ... "I still see only 1 Fact table in the Cube browser. ... Different Fact Tables for Partitions ... view, from different data source views, or from different data sources. ... Cube partitions each have a slice for each attribute. ...
    (microsoft.public.sqlserver.olap)
  • Re: 80 cubes joined in a virtual cube performance miracle
    ... want to have 80 companies processing one main cube. ... This means the companies cannot query from the virutal cube anymore. ... As I mentioned in the 2nd message above, just have 80 partitions in ... dimension SourceCompany would be the complete picture of all sources. ...
    (microsoft.public.sqlserver.olap)
  • Re: SSAS 2005 perform worse performance that 2000
    ... The slicer parameter is recommended but optionnal for your partitions ... recomend change memory settings. ... Our cube files takes about 35 GB, but database Estimated Size from cube ... queries from cache filtered 500000, Total queries from cache direct 30000. ...
    (microsoft.public.sqlserver.olap)

Loading