Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ormsaregreat
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ormsaregreat
1y ago
Pro tip. Don't use Django migrations. Manage the database first and mirror it in orm later.
2.
▲
by
ormsaregreat
1y ago
Hitting the database should be avoided in a web application, and use keys as much as possible. All heavy objects should be previously cached in disk.