Re: Add 64-bit XIDs into PostgreSQL 15
От | Aleksander Alekseev |
---|---|
Тема | Re: Add 64-bit XIDs into PostgreSQL 15 |
Дата | |
Msg-id | CAJ7c6TMnFQwAwZwdY7TH+L_fUzqdBeUee8MoR3EJj9CTP7F09w@mail.gmail.com обсуждение исходный текст |
Ответ на | 回复: Add 64-bit XIDs into PostgreSQL 15 (adherent postgres <adherent_postgres@hotmail.com>) |
Ответы |
Re: Add 64-bit XIDs into PostgreSQL 15
|
Список | pgsql-hackers |
Hi adherent, > Robertmhaas said that the project Zheap is dead(https://twitter.com/andy_pavlo/status/1590703943176589312), whichmeans that we cannot use Zheap to deal with the issue of xid wraparound and dead tuples in tables. The dead tuple issueis not a big deal because I can still use pg_repack to handle, although pg_repack will cause wal log to increase dramaticallyand may take one or two days to handle a large table. During this time the database can be accessed by externalusers, but the xid wraparound will cause PostgreSQL to be down, which is a disaster for DBAs. Maybe you are not aDBA, or your are from a small country, Database system tps is very low, so xid32 is enough for your database system , Oracle's scn was also 32bits, however, Oracle realized the issue and changed scn to 64 bits. The transaction id in mysqlis 48 bits. MySQL didn't fix the transaction id wraparound problem because they think that 48 bits is enough for thetransaction id. This project has been running for almost 1 year and now it is coming to an end. I strongly disagree withyour idea of stopping this patch, and I suspect you are a saboteur. I strongly disagree with your viewpoint, as it isnot a fundamental way to solve the xid wraparound problem. The PostgreSQL community urgently needs developers who solveproblems like this, not bury one' head in the sand This is not uncommon for people on the mailing list to have disagreements. This is part of the process, we all are looking for consensus. It's true that different people have different use cases in mind and different backgrounds as well. It doesn't mean these use cases are wrong and/or the experience is irrelevant and/or the received feedback should be just discarded. Although I also expressed my disagreement with Chris before, let's not assume any bad intent and especially sabotage as you put it. (Unless you have a strong proof of this of course which I doubt you have.) We want all kinds of feedback to be welcomed here. I'm sure our goal here is mutual, to make PostgreSQL even better than it is now. The only problem is that the definition of "better" varies sometimes. I see you believe that 64-bit XIDs are going to be useful. That's great! Tell us more about your case and how the patch is going to help with it. Also, maybe you could test your load with the applied patchset and tell us whether it makes things better or worse? Personally I would love hearing this from you. -- Best regards, Aleksander Alekseev
В списке pgsql-hackers по дате отправления: