summary refs log tree commit diff
path: root/doc/rfc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-09-01 15:19:21 -0400
committerJune McEnroe <june@causal.agency>2024-09-01 15:19:21 -0400
commitc350243ace2ea38a0142000eeb0b9ac24b73ae0f (patch)
treefe4446eb08b7a4b4f93d6c0e899e91b4e91ed9f8 /doc/rfc
parentAdd photos from August 22 (diff)
downloadsrc-c350243ace2ea38a0142000eeb0b9ac24b73ae0f.tar.gz
src-c350243ace2ea38a0142000eeb0b9ac24b73ae0f.zip
Add photos from August 23
Note I renamed these because they were scanned in reverse order!
Diffstat (limited to 'doc/rfc')
0 files changed, 0 insertions, 0 deletions
d3d6bbcadb0ccb1693b4fbe4e6d0792c5&follow=1'>Add columnsize = 0 option to FTS indexJune McEnroe Since we don't use ranking functions and I don't see them being useful, there is no point in having columnsize, which just takes extra space in the database. In my database of approximately 3.5 million events, disabling columnsize saves about 62 MB. The migration unfortunately has to rebuild the entire index to disable it. 2020-01-12Add option for client cert and SASL EXTERNALJune McEnroe 2020-01-12Add Linux.mkJune McEnroe 2020-01-11Fix unscoop dedup window syntaxJune McEnroe 2020-01-11Bump busy timeout to 10sJune McEnroe