aboutsummaryrefslogtreecommitdiff
path: root/guix-build-coordinator/datastore
Commit message (Expand)AuthorAge
* Try to prioritise some database operationsHEADmasterChristopher Baines2024-10-14
* Revert "Add dbstat metrics"Christopher Baines2024-07-04
* Log the current state of the reader threadsChristopher Baines2024-07-02
* Remove now redundant use of the writer thread channelChristopher Baines2024-07-02
* Try not using the busy timeoutChristopher Baines2024-07-02
* Add dbstat metricsChristopher Baines2024-07-02
* Remove the ATTACH DATABASE lineChristopher Baines2024-06-22
* Move the allocation plan in to memoryChristopher Baines2024-06-19
* Order messages to the writer thread channelChristopher Baines2024-05-15
* Tweak running sqitchChristopher Baines2024-04-22
* Expose information about setup failuresChristopher Baines2024-02-08
* Expose the derived priorities for buildsChristopher Baines2024-01-30
* Add more options when updating build prioritiesChristopher Baines2024-01-12
* Add delay logging to SQLite transactionsChristopher Baines2023-12-06
* Drop the write duration logging thresholdChristopher Baines2023-12-06
* Use less database read threadsChristopher Baines2023-08-20
* Switch to a more rigorous method for finding potential source refsChristopher Baines2023-08-10
* Ensure references doesn't contain the empty stringChristopher Baines2023-08-10
* Change listing builds to work as a streamChristopher Baines2023-05-19
* Speed up listing buildsChristopher Baines2023-05-17
* Remove some left over debuggingChristopher Baines2023-05-11
* Fix datastore-list-agent-builds canceledChristopher Baines2023-05-08
* Don't error when a build cannot be foundChristopher Baines2023-05-08
* Include system uptime in datastore-find-agent-statusChristopher Baines2023-05-06
* Include system uptime in the agent status informationChristopher Baines2023-05-05
* Name more of the worker thread channelsChristopher Baines2023-05-02
* Name the sqlite worker threadsChristopher Baines2023-05-02
* Don't log as much about "expected" exceptions in worker threadsChristopher Baines2023-05-02
* Use #:duration-logger in datastore-call-with-transactionChristopher Baines2023-04-25
* Split call-with-time-trackingChristopher Baines2023-04-25
* Log long database operationsChristopher Baines2023-04-25
* Increase the maximum number of reader threadsChristopher Baines2023-04-24
* Be rigerous about always using cached statementsChristopher Baines2023-04-24
* Expire database connection threads on exceptionChristopher Baines2023-04-24
* Add delay logging to more operations involved in submitting buildsChristopher Baines2023-04-24
* Log the build-id in datastore-find-build-derivation-systemChristopher Baines2023-04-24
* Reduce the extreme wal size thresholdChristopher Baines2023-04-24
* Make sure the writer thread sets up before the reader threadsChristopher Baines2023-04-24
* Use an in memory table for the build_allocation_planChristopher Baines2023-04-23
* Enable SQLite URI supportChristopher Baines2023-04-23
* Add delay logging for list related derivations with no buildChristopher Baines2023-04-23
* Tweak the wal truncation againChristopher Baines2023-04-22
* Drop the wal checkpointing attemptsChristopher Baines2023-04-22
* Further tune the wal checkpointingChristopher Baines2023-04-22
* Don't block writes for as long when attempting checkpointsChristopher Baines2023-04-22
* Tune the extreme WAL truncatingChristopher Baines2023-04-22
* Try much harder to truncate the WALChristopher Baines2023-04-22
* Instrument the closing of writer threadsChristopher Baines2023-04-22
* Tweak the busy timeouts for reading and writingChristopher Baines2023-04-22
* Don't use exceptions for blocked wal checkpointsChristopher Baines2023-04-22