Re: "Some tests to cover hash_index"

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Mithun Cy <mithun(dot)cy(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "Some tests to cover hash_index"
Date: 2016-09-20 12:52:23
Message-ID: CAA4eK1KOHShJih-H4O6zG1zRc-EgvV3Vop2x0TS3NiB=iHMpOQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 19, 2016 at 8:44 PM, Mithun Cy <mithun(dot)cy(at)enterprisedb(dot)com> wrote:
> On Sat, Aug 6, 2016 at 9:41 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>> I wonder why you have included a new file for these tests, why can't be
>> these added to existing hash_index.sql.
> tests in hash_index.sql did not cover overflow pages, above tests were for
> mainly for them.
>

The name of file hash_index_split suggests it focus on split. Are the
tests focussed more on overflow pages or on split of hash index?

So I thought having a separate test file can help
> enabling/disabling them in schedule files, when we do not want them running
> as it take slightly high time. If you think otherwise I will reconsider will
> add tests to hash_index.sql.
>

I think you have a point, but not sure if it is worth to add a
separate file. It might be tricky to choose which file to add new
tests for hash_indexes. Anybody else have opinion on this point?

Can you check how much time it takes as compare to btree or brin index tests?

I am facing below diff with your new patch.

***************
*** 1,4 ****
! --
-- Cause some overflow insert and splits.
--
CREATE TABLE hash_split_heap (keycol INT);
--- 1,4 ----
! --
-- Cause some overflow insert and splits.
--
CREATE TABLE hash_split_heap (keycol INT);

======================================================================

There is an extra space in expected file which is leading to above failure.

--
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2016-09-20 13:02:21 Re: Hash Indexes
Previous Message Rudolf Gavlas 2016-09-20 12:40:58 [PATCH] get_home_path: use HOME