Check Constraints And Query Performance In SQL Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • Become a member! / @erikdarlingdata If you like what you see here, you'll love my advanced performance tuning training:
    training.erikd... Click here for 50% off a health check: training.erikd...

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

  • @ScorpionJL
    @ScorpionJL หลายเดือนก่อน +2

    I think I'm an expert in SQL Server and then I watch a video of yours and am humbled.

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน +1

      You’re not alone. I find myself humbled on a daily basis.

  • @ArunnGupta
    @ArunnGupta หลายเดือนก่อน +1

    Amazing.. Hidden treasures of SQL by Erik

  • @alexandermayerkirstein
    @alexandermayerkirstein หลายเดือนก่อน +1

    Eric Darling, saving the world one wise query tip after another.

  • @mortezasafaee6981
    @mortezasafaee6981 หลายเดือนก่อน

    Darling data class is the only class that youre not getting tired gracias maestro....

  • @Devanshu_Maurya
    @Devanshu_Maurya หลายเดือนก่อน +2

    Amazing class sir

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน +1

      Thank you thank you thank you!

  • @alexandermayerkirstein
    @alexandermayerkirstein หลายเดือนก่อน +2

    “Over-communicate to SQL Server” words to live by…

  • @mohsensayadian
    @mohsensayadian หลายเดือนก่อน +1

    Thank you for the informative information.

  • @douglascoats7081
    @douglascoats7081 หลายเดือนก่อน +2

    I used to have constraints but now im uninhibited and i do all sorts of silly things.

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน +1

      Your dom must be pissed

    • @douglascoats7081
      @douglascoats7081 หลายเดือนก่อน

      @@ErikDarlingData She does not like this kind of tomfoolery

  • @MathieuDaigle
    @MathieuDaigle หลายเดือนก่อน +2

    Got interested by your comments about not using constraint in data warehouse. Do you have other tips for Data Warehouses in general?

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน +2

      Column store, column store, column store.

  • @Variant55
    @Variant55 หลายเดือนก่อน +2

    If I don't laugh at my own jokes then who will?

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน +1

      Depends on who’s listening!

  • @marancibia1971
    @marancibia1971 หลายเดือนก่อน

    I definitely learned something new. Thanks. This constraint has a positive impact on query performance. But will it have a negative impact on INSERT, UPDATE operations? I think it's a trade-off.

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน

      Everything with databases is. There’s no such thing as a free feature.

  • @bartimaeus1839
    @bartimaeus1839 หลายเดือนก่อน

    Always learning new things. Thanks! What about not trusted constraints? Still helpful?

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน

      Helpful for what

    • @bartimaeus1839
      @bartimaeus1839 หลายเดือนก่อน

      @@ErikDarlingData for generating optimal plan

    • @bartimaeus1839
      @bartimaeus1839 หลายเดือนก่อน

      @@ErikDarlingData for generating optimal plan

    • @bartimaeus1839
      @bartimaeus1839 หลายเดือนก่อน

      @@ErikDarlingData in generating optimal plan. Does the engine use the constraint the same way if it's in untrusted mode?

    • @ErikDarlingData
      @ErikDarlingData  หลายเดือนก่อน

      @@bartimaeus1839 Oh, no, not in my experience.