Are Multi-Column Indexes a good idea?

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

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

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

    It would have been interesting to also compare the insert time between 2 indexes vs a 2 columns-index

  • @lararawf6100
    @lararawf6100 6 วันที่ผ่านมา

    God bless you

  • @SecretMember-n9d
    @SecretMember-n9d 4 หลายเดือนก่อน

    I have a question.
    Regardless of whether it is a self-host or a cloud, I want to do a global service with a supabase. The problem is that the service is launched in the United States, but it's too slow because it's accessed from various countries. It would be great if supabase could support multi-regions such as read replication and clustering

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

      Supabase does support multi regions via read replicas.

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

    is this ui available for to use as a postgres client like pgadmin, dbeaver or datagrip or do I have to use supabase?

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

      You can't look at a normal PG db in supabase's UI, no.

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

    Let's whack an index on that! Thanks Jon.

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

    For me its the sequence in which you have to write the multi-c indexes that makes my brain hurt.

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

    How can we get the nice hoodie you are wearing? 😂

  • @Trilliant-JP
    @Trilliant-JP 4 หลายเดือนก่อน

    Wait, an INDEX can speed up ORDER BY? Learned something new today.