what’s NFDB?
Discussion
custom relay database for use in my own relays.
it:
- has a significantly improved query planner and executor
- has better indexes (with composite index support)
- is very extensible (adding search took a few minutes)
- supports creating relay partitions easily
- uses a proven DB to handle scaling + mirrors
written in Go
currently closed source due to commercial reasons
Whenever you want to open source it, I'll gladly package it for start9 so the normies can use it.