Data Compression for Performance - SQL in Sixty Seconds 188

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 18

  • @elvishfiend
    @elvishfiend 3 ปีที่แล้ว +6

    We had a massive speed improvement when we compressed our Vendor DB - using Page Compression, we compressed it to about 25%. The tables were very wide and had mostly null values, which definitely helped. Helps with both amount of data we can store in RAM and effective Disk Throughput which can get costly when running in the cloud.

  • @thiagosa84
    @thiagosa84 3 ปีที่แล้ว +2

    Thanks once more Pinal. Great content

  • @VimalPatel-ek8pb
    @VimalPatel-ek8pb 3 ปีที่แล้ว +1

    Thanks Pinal for very informative details for compressed data in sql in sixty seconds....hope we will sure to get such wonderful details from you....

  • @frankzelazko
    @frankzelazko 3 ปีที่แล้ว +2

    Thank you Pinal for yet another very useful video

  • @kennethgardzinski
    @kennethgardzinski 3 ปีที่แล้ว +1

    Good information as usual. You should try 'dark mode' in SSMS; it's better for your eyes.

  • @koushikdey100
    @koushikdey100 3 ปีที่แล้ว +1

    Hi Pinal, can you please helps me to understand what steps should a dev follow to optimize a slow running queries. Any videos from your tutorial can be a great help.

  • @kotekr4383
    @kotekr4383 3 ปีที่แล้ว +1

    hi sir its amazing .... and here doubt is roll back is the same below command will work for both row and page level compression.
    ALTER TABLE Production.WorkOrder REBUILD PARTITION = ALL
    WITH (DATA_COMPRESSION = NONE);
    GO

  • @kotasuresh7990
    @kotasuresh7990 3 ปีที่แล้ว +1

    Hi Pinal,
    When I ran CTE the query getting suspended
    Can you please help me what causing this issue
    🙏

  • @murugana4661
    @murugana4661 3 ปีที่แล้ว +1

    Store procedures plz