summary refs log tree commit diff homepage
path: root/2016/input
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-12-04 18:11:07 -0500
committerJune McEnroe <june@causal.agency>2022-12-04 18:11:07 -0500
commit90b5fac738d0e6e7ce6f7fa83725817d06c3f352 (patch)
tree148a2de5595efbbedbe619785d23ee6c6a1c61f9 /2016/input
parentSolve day 3 part 1 (diff)
downloadaoc-90b5fac738d0e6e7ce6f7fa83725817d06c3f352.tar.gz
aoc-90b5fac738d0e6e7ce6f7fa83725817d06c3f352.zip
Solve day 3 part 2
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
logsubject'>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