Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
charettes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
charettes
7mo ago
There are valid reasons for not using an ORM but the points made in this article are plain false. >“Roughly” because Django ORM doesn’t support the JSONB `?` operator. The `has_key` [lookup]( https://docs.djangoproject.com/
2.
▲
by
charettes
1y ago
TIL I wasn't aware MySQL functional indices were implemented using virtual columns [0] [0] https://dev.mysql.com/doc/refman/8.4/en/create-index.html#cr...
3.
▲
by
charettes
1y ago
Virtual generated columns are not required to allow an index to be used in this case without incurring the cost of materializing `to_tsvector('english', message)`. Postgres supports indexing expressions and the query planner is sm
4.
▲
by
charettes
2y ago
Small heads up that the application link in the job description pointing at https://opencraft.com/jobs/open-source-developer/ leads to a 404.
5.
▲
by
charettes
2y ago
There is an ongoing effort to include back the equivalent in core [here]( https://github.com/django/django/pull/17554 )
6.
▲
by
charettes
2y ago
It doesn't make the article less interesting but this statement is wrong most of the time > This scenario is essentially identical to one in which there's a single migration statement that requires an `AccessExclusiveLock` and