Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Sujan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
A quick beginner’s guide to drawing
(ralphammer.substack.com)
2 points
by
Sujan
4y ago
|
0 comments
2.
▲
What Is a Picture?
(ralphammer.com)
2 points
by
Sujan
4y ago
|
0 comments
3.
▲
by
Sujan
4y ago
Maybe. We observed that people migrated off as soon as the applications went into production or were serious, as the database<->api approach did not actually give them all the flexibility they wanted. (This was 3 years ago, the player
4.
▲
by
Sujan
4y ago
Or something along the lines of http://www.daemonology.net/hn-daily/
5.
▲
How to generate highly accurate SQL queries with AI Bot: a case study
(aihelperbot.com)
1 points
by
Sujan
4y ago
|
0 comments
6.
▲
by
Sujan
4y ago
Prisma has pivoted to be “just” a Node.JS ORM a few years ago (I work there). You can still use it to build an API of course, but you will need some additional tool or libraries.
7.
▲
by
Sujan
4y ago
Wonderful insight into that world.
8.
▲
by
Sujan
4y ago
Very relevant to me right now. But doesn’t the “ What About the Details?” section acknowledge that you will many of the other metrics later anyway for different people, projects and problems? Isn’t the message then “You should know which me
9.
▲
by
Sujan
4y ago
What prevents the problem from coming back if you stop watching for that?
10.
▲
by
Sujan
4y ago
Thank you so much for doing the research and explaining this. Then the "German" way of doing things is actually _the_ way of doing things, and the US just hase some additional stuff on top. That also clarifies the twitter thread t
11.
▲
by
Sujan
4y ago
Important nuance, thanks for letting me know.. I was under the impression you only "got" the copyright by doing that. Do you "forfeit" anything by not doing it as soon/early as possible?
12.
▲
by
Sujan
4y ago
How does the copyright system in Luxembourg work? In Germany for example (this will ignore a lot of nuance!), there is no applying or denying of copyright. If you created something, you own the copyright. It is even in the German name: &quo
13.
▲
by
Sujan
4y ago
Prisma often does multiple queries when getting some specific data, the first only leading to the second and so on. But we might very well get there one day. You are not the only one asking for this: https://github.com/prism
14.
▲
by
Sujan
4y ago
It made sense at the time. We do not only support Node, but also have community Clients in Go, Python or Rust. Right now we are moving more and more parts from a Node-API library or binary engine (the two variants we support until now) over
15.
▲
by
Sujan
4y ago
That is only used in tests :) The query engine uses this: https://github.com/prisma/quaint/blob/6532d69b5aec007ad06ac6... (I work at Prisma, could have mentioned that earlier)
16.
▲
by
Sujan
4y ago
Prisma does not actually use node-postgres, but a Rust PostgreSQL driver. Prisma will not be able to use the Neon serverless driver.
17.
▲
by
Sujan
4y ago
I am not sure I am following. We can have either parallel queries in a transaction where the order does not matter, or we can have them serialized - but then the next query will only be sent onto its journey after the previous query returne
18.
▲
by
Sujan
4y ago
Yes. You only have to open these connections once on the first execution of that function (cold start), any future request that hit this warm function will have 5 open connections and can instantly execute these queries in parallel. No over
19.
▲
by
Sujan
4y ago
That I understand. But of course for the user of the driver it might be fine if that is 2 or more HTTP requests. I expect that is how PlanetScale does it in their transaction implementation, https://github.com/planetscale&#x
20.
▲
by
Sujan
4y ago
Ok, so to make that explicit: If I want to do 5 parallel queries on my serverless function I should still have a connection pool size of 5 in my application, which will be fine as PgBouncer ensures there are plenty connections to open and u
21.
▲
by
Sujan
4y ago
The "How it works" section surprised me - I did not expect to see Websockets there. Other serverless drivers or database APIs (PlanetScale Serverless Driver, AWS RDS Proxy or Prisma Data Proxy) usually use HTTP to replace the stat
22.
▲
by
Sujan
4y ago
Came here to point out that the right question is if it works for the company that offers it, not how a minority of users experiences it. You answered that. Thanks.
23.
▲
by
Sujan
4y ago
Did I understand correctly that with the "Time" or "LSN" options for branch creation I do not have to create my branches ahead of time (via UI or API), but I can do that _after_ I messed up already?
24.
▲
Use PostgreSQL from Cloudflare Workers by Proxying the Queries via WebSockets
(blog.cloudflare.com)
4 points
by
Sujan
4y ago
|
0 comments
25.
▲
Imba – The friendly full-stack language
(imba.io)
2 points
by
Sujan
4y ago
|
0 comments
26.
▲
by
Sujan
4y ago
Ground elevation was by default turned off for me, but via the burger menu and then "Graphic options" I could turn it on.
27.
▲
Which serverless edge platform has the fastest Git deployments?
(deno.com)
1 points
by
Sujan
4y ago
|
0 comments
28.
▲
by
Sujan
4y ago
And Prisma supports it equally well as PostgreSQL.
29.
▲
by
Sujan
4y ago
“I wonder what happens when I call this URL in the backend. Or this one.” Unnamed person from new owner company
30.
▲
by
Sujan
4y ago
The Prisma Query Engine is indeed written in Rust :D
More ›