constraint at global table level, of
course.
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
On Tue, Mar 1, 2022 at 4:37 PM Andrew Zakharov wrote:
> Hello all –
>
> I have a task which is simple at the first look. I have a table which
> contains hierarchy of address objects s
Andrew,
contrary to Oracle, in postgres you can add the indexes and/or the
constraints which are meaningful to you at partition level.
I was not saying NOT to create keys, but I was saying to create them at
partition level.
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
On Tue, Mar
, Postgres will
create one index per each partition. and detach them when you detach a
department partition.
so when importing, first create an appropriate table, load the data, and
attach it to the main partitioned table. Postgres will
automatically recreate all necessary indexes.
Marc MILLAS
Senior
, 10TB for testing dev, ...)
we do test zfs, and we will give a try to btrfs.
any suggestion ?
thanks
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
On Sat, Apr 24, 2021 at 9:00 PM Bruce Momjian wrote:
> On Sat, Apr 24, 2021 at 01:45:48PM -0500, Justin Pryzby wrote:
> > On
Interesting !
the debian blog saying that
" but only users who are interested in debugging future bugs should use
transparent compression at this time"
makes me feel its less urgent to test this option...
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
On Mon, Apr 26, 2021
consumes network ressource)
what are ways to avoid this ?
(I thought of a trigger to not execute the useless update, but I dont see
how to do this)
any ideas ?
thanks
PS: remarks about the meaning of this are off topic, thanks
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
perfect :-)
thanks
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
On Fri, May 21, 2021 at 3:21 PM Andrew Dunstan wrote:
>
> On 5/21/21 8:41 AM, Marc Millas wrote:
> > Hi,
> >
> > my POC in postgres 12.(important ?)
> >
> > if I setup 2 postgre
buffers_checkpoint 182447
so, to my understanding, it takes almost 2 hours to write 1.6 GB of data.
Can someone either correct my understanding, or shed some light on what can
cause this ??
thanks,
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
Hi Tom,
checkpoint completion target is 0.9
Marc MILLAS
Senior Architect
+33607850334
www.mokadb.com
On Tue, Dec 28, 2021 at 6:46 PM Tom Lane wrote:
> Marc Millas writes:
> > I am looking at a postgres 9.6 on rh7
> > I see that checkpoint_write_time is huge which looks quite
Default ie. 5 minutes
Le mar. 28 déc. 2021 à 19:34, Tom Lane a écrit :
> Marc Millas writes:
> > checkpoint completion target is 0.9
>
> checkpoint_timeout is the more interesting number here.
>
> regards, tom lane
>
10 matches
Mail list logo