From: | Takuma Hoshiai <hoshiai(at)sraoss(dot)co(dot)jp> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>, Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, legrand_legrand(at)hotmail(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Incremental View Maintenance: ERROR: out of shared memory |
Date: | 2020-02-27 06:35:00 |
Message-ID: | 20200227153500.c0efcbd597fdbb17a6b62925@sraoss.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On Fri, 17 Jan 2020 17:33:48 +0900
Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp> wrote:
> On Sun, 29 Dec 2019 12:27:13 -0500
> Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> > Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> writes:
> > >> here is an unexpected error found while testing IVM v11 patches
> > >> ...
> > >> ERROR: out of shared memory
> >
> > > I think we could avoid such an error in IVM by reusing a temp table in
> > > a session or a transaction.
> >
> > I'm more than a little bit astonished that this proposed patch is
> > creating temp tables at all. ISTM that that implies that it's
> > being implemented at the wrong level of abstraction, and it will be
> > full of security problems, as well as performance problems above
> > and beyond the one described here.
>
> We realized that there is also other problems in using temp tables
> as pointed out in another thread. So, we are now working on rewrite
> our patch not to use temp tables.
We fixed this problem in latest patches (v14) in the following thread.
https://www.postgresql.org/message-id/20200227150649.101ef342d0e7d7abee320159@sraoss.co.jp
We would appreciate it if you could review this.
Best Regards,
Takuma Hoshiai
> Regards,
> Yugo Nagata
>
>
> --
> Yugo NAGATA <nagata(at)sraoss(dot)co(dot)jp>
>
>
>
--
Takuma Hoshiai <hoshiai(at)sraoss(dot)co(dot)jp>
From | Date | Subject | |
---|---|---|---|
Next Message | John Naylor | 2020-02-27 06:41:49 | Re: Use compiler intrinsics for bit ops in hash |
Previous Message | Julien Rouhaud | 2020-02-27 06:31:58 | Re: Allow auto_explain to log plans before queries are executed |