Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
fluxkernel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
fluxkernel
11mo ago
Typically a separate archive database is not desired choice. You need to specify the rule how old the data is move from production database to archive database. Also the archive database is read only and slow, you can not achieve transacti
2.
▲
by
fluxkernel
11mo ago
There is a discussion on Reddit for a 5TB data volume but very low throughput, I think Object Storage based document database would help in this case. https://www.reddit.com/r/mongodb/comments/1o41dta/is
3.
▲
by
fluxkernel
11mo ago
Is DuckLake compatible with Iceberg? I remember they create a new catalog.
4.
▲
by
fluxkernel
1y ago
Yes, we found it to be very useful for things that require durability and transactions. Previously we use JuiceFS community edition with Redis as metadata backend. The main issues are 1) potential metadata loss and 2) Memory capacity limit.
5.
▲
by
fluxkernel
1y ago
Poorest workers are hit hardest by pretty much anything related to money.
6.
▲
by
fluxkernel
1y ago
All existing programming languages are designed for human beings. Is it the right time to design something that is specifically for vibe coding? For example, ease of read/understanding is probably much more important than all the synta
7.
▲
by
fluxkernel
1y ago
In the age of LLM powered coding copilots and agents, do programming skills still matter? Shall we focus more on design and algorithmic thinking instead? Computer science != programming, now more true than ever.