Forum Replies Created

Viewing 15 posts - 5,101 through 5,115 (of 7,168 total)

  • RE: REBUILD for heaps

    GilaMonster (9/27/2011)


    opc.three (9/27/2011)


    GilaMonster (9/27/2011)


    Both.

    From my experience with this client, and admittedly it is my first major dealing with heaps, I see that a high percentage affects performance adversely.

    It probably...

  • RE: REBUILD for heaps

    GilaMonster (9/27/2011)


    Both.

    From my experience with this client, and admittedly it is my first major dealing with heaps, I see that a high percentage affects performance adversely. As to how high...

  • RE: REBUILD for heaps

    GilaMonster (9/27/2011)


    opc.three (9/27/2011)


    mister.magoo (9/27/2011)


    opc.three (9/27/2011)


    Did you use an INT for your identity column? Try it with BIGINT. I have a theory that since a RID is 8 bytes that...

  • RE: REBUILD for heaps

    mister.magoo (9/27/2011)


    opc.three (9/27/2011)


    Did you use an INT for your identity column? Try it with BIGINT. I have a theory that since a RID is 8 bytes that using a...

  • RE: REBUILD for heaps

    GilaMonster (9/27/2011)


    opc.three (9/27/2011)


    Disabled indexes are not maintained...unless BOL is wrong which is something Gail has compelled me to consider given all the times she has cited incorrect docs 😉 That...

  • RE: REBUILD for heaps

    mister.magoo (9/27/2011)


    opc.three (9/26/2011)


    @mm Something occurred to me, you may still have heavy fragmentation from the continuous addition of new rows and the deleting of existing rows over time. Here is...

  • RE: REBUILD for heaps

    Sorry Grant and Gail if I am being dense, but I am still not sure I got an answer for my original question. Maybe I am incorrect, but it seems...

  • RE: REBUILD for heaps

    @mm Something occurred to me, you may still have heavy fragmentation from the continuous addition of new rows and the deleting of existing rows over time. Here is what I...

  • RE: Mirroring Question - switching to synchronous mode

    muldocta (9/20/2011)


    Am I right in thinking that there is a possibility that the mirror database could be inconsistent with the Principle?

    No. If you are wondering whether it suffers from the...

  • RE: REBUILD for heaps

    Edit: blah

  • RE: REBUILD for heaps

    mister.magoo (9/25/2011)


    Thanks for the info.

    My understanding is that you only get forwarding entries if an update changes the size of the row such that it won't fit in the existing...

  • RE: REBUILD for heaps

    mister.magoo (9/25/2011)


    Hi,

    I also have to work with a third part OLTP that uses all heaps (It sounds just like yours - historically coming from C-ISAM), and was just wondering what...

  • RE: REBUILD for heaps

    PS maybe "double work" is not the right term...how about "extra work" updating presumably fragmented non-clustered indexes

  • RE: REBUILD for heaps

    GilaMonster (9/25/2011)


    opc.three (9/23/2011)


    I am wondering if anyone knows if during a heap rebuild if the non-clustered indexes are updated with the new RIDs as the heap is being defragmented...

  • RE: REBUILD for heaps

    Grant Fritchey (9/25/2011)


    Yeah, it would have to be. That's my understanding of how it works.

    Thanks for the response Grant.

    Heaps are generally weak tables. They have a place in design, but...

Viewing 15 posts - 5,101 through 5,115 (of 7,168 total)