SQL Server Performance Problems When Joins Have No Equality Predicate

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

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

  • @maksadnahibhoolna-wc2ef
    @maksadnahibhoolna-wc2ef หลายเดือนก่อน +1

    informative video, though i m not really intelligent enough in DB side to truly appreciate it.

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

    You mention something at 8:23. I want to confirm does it really truncate the spool every time it asks for data from the maim tables

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

      Yes, that is true for lazy table spools.

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

    Why does SQL server estimate 10k rows, reads 100K rows just to bring back 100 rows in the final result, especially in large queries? I've tried indexing, updating stats, tinkering with trace flags and forcing index use but to no avail. The said tables don't even have 100K rows.

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

      I can’t reasonably answer that based on the question as stated. You may want to try asking on dba.stackexchange.com/ where you can provide sufficient detail.

  • @maksadnahibhoolna-wc2ef
    @maksadnahibhoolna-wc2ef หลายเดือนก่อน

    So are ur videos majorly fovused on DB architect ?

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

      They primarily focus on SQL Server performance tuning at various levels. I don't get into normal forms or ERDs etc.

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

    Thx, but thats your first video where you lost me a bit. Maybe I need a refresher on those execution plans.

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

      Well, that's what these videos are for.