-
There is the groonga account at Docker Hub https://hub.docker.com/r/groonga/ but there is no image of PGroonga.
Moreover, usage of the Docker image should be described at: https://pgroonga.github.i…
-
Hi, this bug happens randomly but occurs quite often. I've check SELinux and there isn't any denial, so it must be a pgroonga bug. Any idea about what could be failing?
```
Error: pgroonga: failed…
-
Following #13092, it should be possible to use Amazon RDS (and similar database services) as the database for Zulip. We should test doing that (installing a zulip server off `master`) and document wh…
-
Hi
Citext is a very popular built-in module that ships with postgres, it's a data type to store case insensitive text.
https://www.postgresql.org/docs/current/citext.html
Currentlly, pgroonga…
-
検索結果ページのページングが機能していないようです。
11件以上ヒットした場合でも、ページ下部にページングのリンクが表示されず、「(1-10/10)」と表示されてしまいます。
環境情報
* OS: ubuntu 18.04
* Redmine: 4.0.4.stable
* Ruby: 2.6.3-p62
* Rails: 5.2.3
* APServer: Unicorn 5.…
-
A search for some terms does not find any results using pgroonga index. Using a trigram index on the same data with the same query does find results.
The source data for at least one result did not…
-
According to postgres documentation:
> If character varying is used without length specifier, the type accepts strings of any size. The latter is a PostgreSQL extension.
My code:
```sql
drop ta…
-
Right now it seems that scoring is based how many times the keyword is found. I'm using pgroonga to match a column containing a single word/sentence instead of a whole document. So the keyword is almo…
-
Hello,
I have a table with about 15 billion records and I am experimenting with pgroonga indexes.
The problem is that I can not find records with more than two words in a query.
```sql
SELECT * …
-
#### Environment
```
HikariCP version: 3.3.1
JDK version : 1.8.0_181
Database : PostgreSQL9.6
Driver version : 42.2.5
```
HikariCP with installed PGroonga extension (https://pgroo…