Proposal: Limitations of palloc inside checkpointer

2025-02-25 Thread Ekaterina Sokolova
temporary array without locking. I would be glad to hear your ideas and suggestions about this topic. Have a nice day! -- Ekaterina Sokolova Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: [PATCH] Add extra statistics to explain for Nested Loop

2022-06-24 Thread Ekaterina Sokolova
our contribution to the development of this patch. -- Ekaterina Sokolova Postgres Professional: http://www.postgrespro.com The Russian Postgres CompanyFrom: Justin Pryzby Subject: [PATCH 1/2] explain.c-refactor-ExplainNode_v3 --- src/backend/commands/explain.c | 110 ++

Re: [PATCH] Add extra statistics to explain for Nested Loop

2022-04-01 Thread Ekaterina Sokolova
rwards? We need this initialization for min values so comment about it located above the block of code with initialization. I am convinced that the latest changes have affected the patch in a positive way. I'll be pleased to hear your thoughts on this. -- Ekaterina Sokolova Po

Re: [PATCH] Add extra statistics to explain for Nested Loop

2022-02-02 Thread Ekaterina Sokolova
tions are welcome. Current results are in file overhead_v0.txt. Please feel free to share your suggestions and comments. Regards, -- Ekaterina Sokolova Postgres Professional: http://www.postgrespro.com The Russian Postgres CompanyFrom: Ekaterina Sokolova Subject: [PATCH] Add extra statistics t

Re: RFC: Logging plan of the running query

2021-11-17 Thread Ekaterina Sokolova
ocked? As I know, pg_query_state use non-blocking read and write. I have wrote few tests trying to deadlock it (on 14 version), but all finished correctly. Have a nice day. Please feel free to contact me if you need any further information. -- Ekaterina Sokolova Postgres Professional:

Re: RFC: Logging plan of the running query

2021-11-02 Thread Ekaterina Sokolova
worth the cost. I think it would be useful for us to have couple of examples with a different number of rows compared to using without this functionality. Hope this helps. -- Ekaterina Sokolova Postgres Professional: http://www.postgrespro.com The Russian Postgres Company

Re: RFC: Logging plan of the running query

2021-10-13 Thread Ekaterina Sokolova
w.postgresql.org/docs/current/progress-reporting.html [2] https://github.com/postgrespro/pg_query_state [3] https://www.postgresql.org/message-id/dbfb1a42-ee58-88fd-8d77-550498f52...@postgrespro.ru -- Ekaterina Sokolova Postgres Professional: http://www.postgrespro.com The Russian Postgres Compan

Re: [PATCH] Add extra statistics to explain for Nested Loop

2021-08-17 Thread Ekaterina Sokolova
oops": N, ... I hope you find this patch useful. Please don't hesitate to share any thoughts on this topic! -- Ekaterina Sokolova Postgres Professional: http://www.postgrespro.com The Russian Postgres CompanyAuthor: Ekaterina Sokolova diff --git a/src/backend/commands/explain.c b/s