|
|
|
|
|
by mfreed
84 days ago
|
|
Hey, author here. Just noticed this. Yes, TigerFS works well with local PG - in fact, all of my testing framework uses this setup. Big upside of this is latency; main downside is that such a deployment is primarily "single user mode." One very interesting approach of this is ability to transparently share state / collaborate across machines, with these transactionally serialized at the common database. I primarily work with Postgres, including both at scale and in very ephemeral environments. So just haven't looked at all what doing with this SQLite would mean. |
|