DW data load speed and sql page size

We are working on our first DW in sql 2000 (later sql2005). We anticipate loading 30GB+ of data into our Analysis server. Is it possible to increase the sql page size from 8K to something larger (I'm hoping that doing so would facilitate the data loading speed. Or would that just cause more trouble down he line )

Bill



Answer this question

DW data load speed and sql page size

  • ArnoldA

    I have loaded a 120gb db with 115 million rows, many dimensions and hierarchies in 2hrs on a Quad x64 with 8gb. The cube is 6gb in size. Partitioning the cube improves thr throughput, as the partitions are processed in parallel.

    I have not changed any parameters in db engine or Analysis services. During cube load, SSAS uses all the 8gb and the 4 processors.

    Hope this helps.


  • drachx

    Forgot to give the time, ~ 1hr 30mins.
  • DW data load speed and sql page size