Is Prisma ORM Slow?

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 40

  • @PrismaData
    @PrismaData  15 дней назад +2

    We've made a ton of perf improvements over the years but we're definitely not done 💪
    If you need help working with a slow query, let's talk!

    • @TheWalrus_45
      @TheWalrus_45 13 дней назад

      The new join strategy has a bug where it doesn't handle null values.

  • @subh_8208
    @subh_8208 15 дней назад +22

    Wow. I started of with Prisma, and now a drizzle fan boy.. I guess, it's time to move back to Prisma. Thanks for the great work team!

    • @27sosite73
      @27sosite73 15 дней назад +1

      wow
      nice!
      I USUALY HEAR THE OPPOSIT

    • @codernerd7076
      @codernerd7076 15 дней назад +6

      Yeah the changes that Prisma made. make Drizzle kinda pointless and just one ORM that doesn't got all of Prisma features

    • @UwU-dx5hu
      @UwU-dx5hu 13 дней назад

      @@codernerd7076 lame.

  • @logeshkumarrajkumar861
    @logeshkumarrajkumar861 15 дней назад +11

    Great come back guys. Keep doing this

  • @wandenreich770
    @wandenreich770 14 дней назад +2

    love these videos keep them coming..also taking note of the work you guys are doing to improve prisma..it is much appreciated

  • @amitmondal7427
    @amitmondal7427 11 дней назад +2

    I love to work with prisma, it saves my time :)

  • @sumitpadalkar4835
    @sumitpadalkar4835 14 дней назад +2

    Prisma is an amazing ORM with great developer experience, and I love how fast queries are! However, support for edge environments would make it even better and help developers like me stick with Prisma instead of exploring other ORMs. Keep up the great work.

    • @ankurdatta1186
      @ankurdatta1186 14 дней назад +1

      Hey, I’m Ankur from Prisma 👋.
      Prisma ORM can be used in the edge via driver adapters.

    • @imdkbj
      @imdkbj 14 дней назад +1

      Hey Ankur, Can you please share the reference documents for the same.

    • @ankurdatta1186
      @ankurdatta1186 7 дней назад

      @@imdkbj I can’t share links on YT 😔. But just search for Prisma ORM Driver Adapters. You should find it.

  • @furboxOficial
    @furboxOficial 14 дней назад +1

    Yo estoy usando prisma en 2 proyectos que hacen scraping a muchas paginas 3 veces al dia y guardo toda la informacion con prisma usando sqlite y lo hace tan rapido que me sorprende crea mas de 4000 registros en cada operacion y las consultas son super rapidas. actualmente veo que uso la version 5.1.1 pero hare un upgrade a ver que tal me va.

  • @exactzero
    @exactzero 15 дней назад +5

    Time to go back and try all the new shiny stuff in Prisma

    • @PrismaData
      @PrismaData  14 дней назад

      let us know if you need a hand!

  • @hussienaitbella4968
    @hussienaitbella4968 14 дней назад +3

    I prefer kysely 🔥

  • @jitxhere
    @jitxhere 14 дней назад

    At this point how much impact will the prisma moving engine to ts will have?

    • @PrismaData
      @PrismaData  12 дней назад

      we expect it will have a meaningful impact

  • @MarosiMate-sq2wm
    @MarosiMate-sq2wm 9 дней назад +1

    Prisma can be slow if you are not using it correctly. :) I'm just going to leave this before watching the video even.

  • @InfoVerseNetwork
    @InfoVerseNetwork 14 дней назад

    Is the new prisma edge compatible?

    • @PrismaData
      @PrismaData  12 дней назад

      docs for edge deployments www.prisma.io/docs/orm/prisma-client/deployment/edge/overview

  • @adityaanuragi6916
    @adityaanuragi6916 14 дней назад +2

    Is Drizzle ORM slow?
    Next week probably

  • @jayantissar
    @jayantissar 14 дней назад +2

    i love to use prisma, but please make it more compatible witih edge runtimes frameworks like hono js, its a headache to set up prisma when used with honojs/wrangler app

    • @ankurdatta1186
      @ankurdatta1186 14 дней назад

      Hi 👋, could you share specifically what are the pain points of setting it up for edge runtimes?

  • @NightstalkerKK
    @NightstalkerKK 15 дней назад

    when are you getting rid of rust binary? so i don't have to move mountains trying to use prisma in serverless environment

    • @PrismaData
      @PrismaData  14 дней назад +3

      we're moving away from Rust to TypeScript for the query engine! no firm dates or anything but the work is happening now ✌

    • @MarosiMate-sq2wm
      @MarosiMate-sq2wm 9 дней назад +1

      @@PrismaData Straight up fire! I never stopped using Prisma even when people told me to switch.

    • @PrismaData
      @PrismaData  5 дней назад

      @@MarosiMate-sq2wm thanks for you support!

  • @27sosite73
    @27sosite73 15 дней назад +3

    ty m8

  • @omariyassinee
    @omariyassinee 14 дней назад

    Except whent it comes to nextjs middleware 😭

    • @PrismaData
      @PrismaData  14 дней назад +1

      what happens with nextjs middleware?

    • @Sammy-km9zk
      @Sammy-km9zk 14 дней назад +1

      The next js middleware uses the edge runtime

    • @ankurdatta1186
      @ankurdatta1186 14 дней назад +1

      @@Sammy-km9zkPrisma works in edge runtimes via driver adapters. Did you get a chance to try it?

  • @donvinemugendi1012
    @donvinemugendi1012 13 дней назад

    source: trust me bro

    • @PrismaData
      @PrismaData  12 дней назад +1

      benchmarks are open source: github.com/prisma/orm-benchmarks/

  • @theBarracuda_
    @theBarracuda_ 13 дней назад

    yes