Viewing profile — ioltas
ioltas
HN member- Joined
- Tue, Jun 23, 2015, 12:29 AM UTC
- HN karma
- 549
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About ioltas
Recent public activity
-
comment
Comment #41663940
There has been a patch to extend the COPY code with pluggable APIs, adding callbacks at start, end, and for each row processed: https://commitfest.postgresql.org/49/4681/ . I'd gue…
-
comment
Comment #40062205
The bar to merge a patch that would break on-disk format is so high that it’s really impossible to reach it ;) More seriously, we care a lot about the format of the 8k pages to eas…
-
comment
Comment #39862681
I’ve met Simon for the first time in Tokyo in 2009 for a birthday related to JPUG (Japan PostgreSQL User Group) when hot standby was getting integrated into the upstream project. I…
-
comment
Comment #39730744
I’ll try to do something about that tomorrow, saw your ticket.
-
comment
Comment #39730739
There are hooks for the planner and the executor, so you could force their hand quite easily with a plan extracted from a previous EXPLAIN. Being able to pass a plan at protocol le…
-
comment
Comment #39730710
Thanks, glad to hear some good feedback.
-
comment
Comment #39730596
There are many Postgres internals that people are usually not aware of, with more than one way to develop your module. I have a repo that’s a set of plugin templates here, that sho…
-
comment
Comment #39724881
I’ve been doing maintenance and bug fixes for this module for over 18 months now (last commit on HEAD seems to be mine), managing the last two releases. If you have questions and/o…
-
comment
Comment #36953603
Note that this one mentions 借地料, meaning that you are not an owner of the land, but the government is lending it to you for a yearly fee of 220,000 yens.
- story
-
comment
Comment #34563618
It's been argued a few times that we should have the possibility to make an index invalid on sight with a proper ALTER INDEX command, yes.
-
comment
Comment #31692468
FWIW, amcheck can be useful but I am not 100% sure that it can detect all the broken cases either.
-
comment
Comment #27331250
Looking at their code tree, this is based on 11.2 ( https://www.postgresql.org/docs/11/release-11-2.html ): https://github.com/alibaba/PolarDB-for-PostgreSQL/blob/maste... So this …
-
comment
Comment #26269617
mutt + mbsync with a local copy is also a nice combination.
-
comment
Comment #24714791
Discussions within the core team are done on a private mailing list, so we'll know the status of things with a public announcement. Committers and contributors have no view of what…
- comment
-
comment
Comment #22308044
When it comes to backup, the time it takes for the backup to complete is not a property that matters the most in my opinion. The time it takes to restore the backup matters, and be…
-
comment
Comment #21147235
Here are some slides from a presentation of Andres Freud on the matter: https://anarazel.de/talks/2018-10-25-pgconfeu-pluggable-stor... Slides 4 and 5 give some insight about the a…
-
comment
Comment #21147207
An advantage of REINDEX CONCURRENTLY is that it becomes much easier to handle dependencies of a rebuilt index with constraints, as what the feature roughly does it to add a swappin…
-
comment
Comment #21077598
I am not sure, but doesn't it make also sense financially for some parents to send their kids to soroban classes because that's actually cheaper and more frequent in a week than ot…
-
comment
Comment #20756064
If that was not clear, the root comment mentioned that Dimitri was a committer, and it got edited afterwards. Regarding the book, I have a copy of the first edition close by (with …
-
comment
Comment #20754284
Dimitri is a major contributor of Postgres for a very long time, still he is no committer: https://wiki.postgresql.org/wiki/Committers Saying that, the man is really cool and his b…
- story
-
comment
Comment #19988295
> This is true. In fact, by far the fastest route to permanent residence in Japan is marriage. You can get PR in 3 years if you are married to a Japanese national vs 10 years if yo…
-
comment
Comment #19874105
Postgres 12, whose development has reached feature freeze and is in a stability period, has added some support for JSON path as of SQL:2016: https://git.postgresql.org/gitweb/?p=po…