Re: Change GUC hashtable to use simplehash?

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>
Cc: Jeff Davis <pgsql(at)j-davis(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Gurjeet Singh <gurjeet(at)singh(dot)im>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Change GUC hashtable to use simplehash?
Date: 2024-01-06 01:03:55
Message-ID: CANWCAZY5LGQp-bjTDGpB0o6v4KCDEMD=f7PkV=ikeYTpncRWbA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jan 5, 2024 at 6:58 PM jian he <jian(dot)universality(at)gmail(dot)com> wrote:
> -Dcassert=true \

> -Dbuildtype=debug \

These probably don't matter much for this test, but these should be
off for any performance testing.

> -DWRITE_READ_PARSE_PLAN_TREES
> -DCOPY_PARSE_PLAN_TREES
> -DREALLOCATE_BITMAPSETS
> -DRAW_EXPRESSION_COVERAGE_TEST

I'd guess it was was of these, which should likewise be off as well.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2024-01-06 02:01:27 Re: Change GUC hashtable to use simplehash?
Previous Message jian he 2024-01-06 00:50:00 Re: POC PATCH: copy from ... exceptions to: (was Re: VLDB Features)