Re: pg full text search very slow for Chinese characters - Mailing list pgsql-general

From Michael Lewis
Subject Re: pg full text search very slow for Chinese characters
Date
Msg-id CAHOFxGqupzUJ206C5m=F2hPdmQaOrutidytFdCaoPG2Y1X_rkA@mail.gmail.com
Whole thread Raw
In response to pg full text search very slow for Chinese characters  (Jimmy Huang <jimmy_huang@live.com>)
Responses Re: pg full text search very slow for Chinese characters
Re: pg full text search very slow for Chinese characters
List pgsql-general
>My postgres instance is based on docker image postgres:11 and runs on my MacBook Pro i7 16GB.

How much ram and such did you give to this vm?
 
 
>To my surprise, postgres 11 is extremely slow when creating a full text index. I added a column of tsvector type and tried to create an index on that column. Pg could not finish creating a GIN index for a long time and I had to cancel the execution.I then tried to create a partial full text index for 500 rows and it took postgres 2 to 3 minutes to create the index.
 

Did you customize any config? maintenance_work_mem specifically would be relevant to the time to create an index and default value is only 64MB. Especially if you are running a spinning hard drive and not ssd, then this could be problematic.

pgsql-general by date:

Previous
From: Cory Nemelka
Date:
Subject: Re: pg full text search very slow for Chinese characters
Next
From: Cory Nemelka
Date:
Subject: Re: pg full text search very slow for Chinese characters