Ellie Huxtable
@ellie.wtf
3 months ago playing around with a new camera! i bought a Ricoh GR 3 still no idea how to use it best, but it's nice to have something i can fit in my pocket
💬 0
♻️ 1
❤️ 19
playing around with a new camera! i bought a Ricoh GR 3 still no idea how to use it best, but it's nice to have something i can fit in my pocket
Curious about the benchmarks?
You can explore our benchmarks site and see for yourself 👇
pris.ly/orm-benchmarks
🤔 Is Prisma ORM slow?
We've made several performance improvements to Prisma ORM over the years and our benchmarks back it up.
In case you missed it, here’s a quick recap of what we've achieved, where we stand, and what's ahead 👇
pris.ly/yt/is-prism...
This is amazing! A valuable solution without a presentation layer at the same level is not good these days.
On the CLI front, we've started to ship Noora improvements, starting with 'tuist share'. See the video for before and after ✨
We're moving ahead with the @tuist.dev dashboard redesign and it's great to start seeing it come to life. The new dashboard will form an amazing foundation for new features that we have planned later in the year.
this is super cool! is unnoq a company?
Vectors + Metal is an insane combo. We made vector storage and search into MySQL meaning PlanetScale is the first RDBMS to allow vector search as part of a full SQL query. You can pre and post filter while doing vector lookups reducing 3-4 queries into 1
Find these and all other Directus Labs extensions here: github.com/directus-la...
👉 YouTube Embed Interface
Search and embed YouTube videos directly within your collections. Need to use the embed elsewhere? Simply copy the code from the drawer. No more tab-switching or format-guessing.
youtu.be/3X4nHqRL5rE
👉 Field Comments Module
Leave comments on specific fields to provide context, requirements, or feedback. A subtle icon shows which fields accept comments, with badges indicating when comments exist.
youtu.be/hZsMbNNgr74
👉 Inline Repeater Interface
Manage repeatable form fields with intuitive inline editing and drag-and-drop reordering. Perfect for product features, team members, or any structured repeating content.
youtu.be/bmukVPKoq0s
We just released 3 new extensions to supercharge your content and data workflows 🧵
Get started today by enabling vector support on your database branch in the PlanetScale dashboard.
Vectors especially shines when running on Metal. Using vector indexes on PlanetScale Metal ensures that loading vector partitions from InnoDB to answer queries will be as fast as possible.
pscale.link/metal
Only the tree and a small, fixed number of relevant partitions need to be in memory when building and querying the index, allowing efficient operation with vector data up to 6x bigger than available memory.
SPANN is a hybrid index design that combines the best aspects of partition-based and tree-based indexes. In SPANN, vectors are assigned to small partitions, which are stored in hidden InnoDB tables.
One of the biggest differentiators of PlanetScale vector support is the ability to use indexes larger than RAM. We are the first to incorporate an index based on SPANN (Space-Partitioned Approximate Nearest Neighbors) into an RDBMS.
Writes and queries work like a normal RDBMS. Store your vector data in a column in your existing database, build an index with an ALTER or CREATE VECTOR INDEX statement, or write SELECT statements with JOIN and WHERE clauses like any other data.
PlanetScale vectors is now GA!
We have made vectors a first-class part of MySQL - focusing on robustness to make sure vector support is as solid as every other data type MySQL supports.
pscale.link/vectors
very good
Another day, another concurrency issue.
Had a lovely time chatting with Paul about when to use existing sync engines vs when to roll your own. Would love your feedback on the episode!