-
I'm have a postgres function to search using multi word queries `textcol &@~ groongaQuery` where the parameter is something like `groongaQuery='cat OR person'` . I'm trying to reuse the same function …
-
pgroonga のindex を設定しているテーブルを更新するWebアプリケーションに対して、jmeter で4並列で更新し続けていると、pgroonga がcrash した。負荷は各スレッド、一連の更新を10秒間隔で実施している。また、この後、PostgreSQL にupdate を2並列で実施し続けたところ、同様のエラーが発生した
pgloonga.log
```
2018-07-…
-
I've got a rails app and a bunch of tests that rely on a Database Cleaner task. Unfortunately, when I run tests, I get a lot of errors that, on my mac, look like this:
```
PG::InvalidName: ERROR: …
-
Hello again :smile: I'm trying to execute tutorial examples and this code:
```sql
CREATE TABLE score_memos (
id integer PRIMARY KEY,
content text
);
CREATE INDEX pgroonga_score_memos_con…
-
Eg:
```sql
SELECT *,pgroonga_score(tableoid, ctid) AS score FROM t_json WHERE json->>'title' &@'小儿' LIMIT 5
```
with score 0
maybe it's be a enhancement
-
```sql
CREATE INDEX pgaidx
on t_json
using pgroonga(json pgroonga_jsonb_ops_v2)
> ERROR: pgroonga: failed to set sources: : : too long key: (6933)
```
example of one json
```json
{"id": "31d7…
-
Hello. I'm trying to execute tutorial examples and this code:
```sql
CREATE TABLE products (
id integer,
name text,
tags varchar(1023)[]
);
CREATE INDEX pgroonga_tags_index ON produ…
-
Zulip is working and I connect with Electron app. Can communicate with users.
When I try the search bar I get this error:
`Unable to connect to Zulip. Updates may be delayed. Retrying soon...…
-
I am having issues with Travis-Ci since this commit was applied
https://github.com/pgroonga/pgroonga/commit/8e33949f17ff067fd8afc64fdf57bb74ec88dfbf
It looks like msgpack is being installed but pe…
-
以下のプラグインを使っている場合、コンフリクトします。
[People - Plugins - Redmine](https://www.redmine.org/plugins/redmine_people)
アバターアイコンを変更出来るのですが、変更を確定した際に以下の500エラーが出て、以下のログが出てました。
```
Started PUT "/redmine/people…