GoLMDB

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

16 check-ins using file soak_test.go version 90f29f91a8

2022-11-27
10:15
Minor doc tweaks. check-in: 4bb1af03dd user: matthew tags: trunk
10:06
Improve readme. check-in: 2fea7b81e8 user: matthew tags: trunk
2022-11-26
19:07
Add support for mdb_drop - dropping or emptying database. check-in: eefcbafefd user: matthew tags: trunk
2022-10-18
10:29
Correct build deps-hash. check-in: 868058a0aa user: matthew tags: trunk
10:27
Rework batching mechanism so that it (internally) uses nested transactions. This eliminates the possibility that an earlier txn-fun must be rerun if a later txn-fun returns a non-nil error. check-in: 1ab8be8b86 user: matthew tags: trunk
07:42
Bump deps check-in: b064038de8 user: matthew tags: trunk
2022-07-18
10:30
Bump deps. check-in: b1752bea0b user: matthew tags: trunk
2022-03-31
12:43
Add support for cursor.Count check-in: e4996df0bd user: matthew tags: trunk
2022-02-18
08:31
Correct nix build. check-in: 63cc556db7 user: matthew tags: trunk
2022-02-03
10:15
*cough* bump deps check-in: 0c36d21165 user: matthew tags: trunk
10:09
bump deps check-in: 60307c7611 user: matthew tags: trunk
2022-01-10
16:06
minor tweaks to readme. check-in: 4daa79868d user: matthew tags: trunk
10:49
go get -u check-in: 014354e09c user: matthew tags: trunk
2022-01-07
17:00
Not sure why I thought throttles in Go is necessary at all: lmdb will do that for me. check-in: 09a75ba3f8 user: matthew tags: trunk
16:17
Ditch resizing lock and just use readers throttle check-in: 71b35d17e2 user: matthew tags: trunk
16:03
Added decent soak test. Which also led to adding read throttle, and fixing a couple of other bugs. check-in: aab71be3a5 user: matthew tags: trunk