SQL Server Data Partitioning by Vijay Reddy

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

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

  • @dumbdba2463
    @dumbdba2463 3 ปีที่แล้ว +4

    Stats at 06:40

  • @rohidaskumbharkar7277
    @rohidaskumbharkar7277 4 ปีที่แล้ว +2

    Displays the first screen introduction in the monthly partition, but then the example in the ID column ?

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

    Can we get the SQL used in the videos please ?

  • @dumbdba2463
    @dumbdba2463 3 ปีที่แล้ว

    FYI, the primary goal of partitioning is ease of data management not performance. Though it may improve performance it is not meant to be used as a performance tuning technique.

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

      Sidd DBA, I disagree with your statement. If the primary goal was just for ease of data management, you don’t need to partition. You could simply denormalize table and eliminate joins. The idea behind partitioning IS TO improve query performance and you do so by splitting larger data into multiple file groups to reduce the number of rows a query has to process. FYI, it may serve you best to further your studies before throwing an uneducated statement. :)

    • @dumbdba2463
      @dumbdba2463 3 ปีที่แล้ว

      @@nismokid I'd suggest you to do a bit research before posting generic statements. The primary purpose of Table partitioning is not improving query performance. Better you start reading and doing research.

  • @premkuruva5359
    @premkuruva5359 4 ปีที่แล้ว

    Can anyone share dynamic partition script.
    We are planning to partition by month.
    Always 3 upcoming files and file groups should be create.

  • @saurabh7629
    @saurabh7629 3 ปีที่แล้ว

    thanks for sharing such informative sql tutorial videos.

  • @anilalakshmanan3700
    @anilalakshmanan3700 3 ปีที่แล้ว

    How difficult to manage daily partitions

  • @beautifullife5714
    @beautifullife5714 5 ปีที่แล้ว +1

    Hi sir, I have around 50 million record's will it update fast on partition table

  • @bhagyashrishawanti1468
    @bhagyashrishawanti1468 4 ปีที่แล้ว

    Needed partition view detail scripts

  • @prabhakarbts4003
    @prabhakarbts4003 4 ปีที่แล้ว +2

    I have 3 tables with ralational A to B to C and A B having datetime column but C having only Interger column, If i want to create Partioning how can do on these 3 tables. If do on A table it will reflcet in all the tables with partitoning

    • @dumbdba2463
      @dumbdba2463 3 ปีที่แล้ว

      You need to read BOL on how partitioning works. No, partitioning a table won't affect the other tables.

  • @samirkumar6180
    @samirkumar6180 3 ปีที่แล้ว

    Nicely described.. Thanks

  • @shanmuga_12
    @shanmuga_12 5 ปีที่แล้ว

    Hi can anyone tell me that partitioning a parent table will automatically partition the child or reference table

    • @vijayreddyyeruva6156
      @vijayreddyyeruva6156 5 ปีที่แล้ว +1

      No. You will have to partition the respective child or reference tables as well and make sure the data references are intact across partitions on both parent and child tables to avoid integrity issues later when you switch out data from parent tables.

  • @ajay_jangra
    @ajay_jangra 4 ปีที่แล้ว

    informative, thanks!

  • @piyushpatil1745
    @piyushpatil1745 4 ปีที่แล้ว

    Can I get script of this session for reference

    • @SQLServerGeeks
      @SQLServerGeeks  4 ปีที่แล้ว

      Sure. Please download it from here. www.dataplatformgeeks.com/resources/

    • @senp1000
      @senp1000 4 ปีที่แล้ว

      Not able to download the scripts. Piyush were you able to?

  • @WafaPRO
    @WafaPRO 3 ปีที่แล้ว

    Amazing

  • @MrDoctorFog
    @MrDoctorFog 4 ปีที่แล้ว

    The tutorial is not bad, but to be honest I started to stop to watch because you take too much time to explain basic concepts, and because of this my attention went down a bit. You should be more straight-forward with your video man. Take it as an humble suggestion.