rqlite icon indicating copy to clipboard operation
rqlite copied to clipboard

The lightweight, distributed relational database built on SQLite.

Results 150 rqlite issues
Sort by recently updated
recently updated
newest added

**What version are you running?** 6.6.0 **What did you do?** linux/mips64 and linux/riscv64 Stderr: # github.com/boltdb/bolt ../../../pkg/mod/github.com/boltdb/[email protected]/bolt_unix.go:62:14: [maxMapSize]byte used as value ../../../pkg/mod/github.com/boltdb/[email protected]/bolt_unix.go:62:15: undefined: maxMapSize ../../../pkg/mod/github.com/boltdb/[email protected]/bucket.go:135:15: undefined: brokenUnaligned ../../../pkg/mod/github.com/boltdb/[email protected]/db.go:101:12: [maxMapSize]byte used...

Since rqlite performs statement-based replication, time-like function may result in different values on each node. One way to work around this would be for the receiving node (or leader) to...

Can you provide a GUI to operate, like Navicat....

Started with https://groups.google.com/d/msgid/rqlite/4dfe1119-0b16-48c1-bdf0-4ff9b1049893n%40googlegroups.com It might be convenient to auto-remove read-only nodes from the cluster if they have not been in contact within a configurable period of time -- since those...

Another idea to ease cluster formation. Nodes could broadcast IP addresses, via UDP, to 255.255.255.255. This would allow new nodes, when they come up on the same LAN, to automatically...

https://github.com/rqlite/rqlite/issues/960