Skip to content

Instantly share code, notes, and snippets.

View naskya's full-sized avatar
💤
hibernating

naskya naskya

💤
hibernating
View GitHub Profile
@tamaina
tamaina / PGroongaパッチについて.md
Last active December 12, 2023 09:34
Misske PGroonga Patch (for a29ff7b1fa45e01bc7c097e8d770a4c4eedf2a8f)

PGroongaパッチについて

導入方法

HiÐΞをご覧ください。(投げ銭もお待ちしております……) https://hide.ac/articles/DjGNSvW4G

説明

ノート全文検索、ユーザー検索をPGroongaでインデックスするようにします。

ILIKEの代わりに&@~を使用するため、AND/OR検索といったクエリー構文を利用できます。

@ertseyhan
ertseyhan / remount.sh
Created February 2, 2016 20:51
Temporarily increase size of tmp folder on Arch linux
#!/bin/bash
sudo mount -o remount,size=10G,noatime /tmp
echo "Done. Please use 'df -h' to make sure folder size is increased."