Depends on if you cache or read/write constantly. Pretty sure .json files are cached in memory and only written to as needed. SQLite databases would be constantly read/written to.
Player Database [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Sep 17, 2015.
-
Wulf Community Admin
-
-
I don't know about the sqlite implementation Oxide uses, but usually SQLite does perform caching (see SQLite Optimization | Performance FAQ).
-
Wulf Community Admin
This has been replaced by a universal version: PlayerDatabase | Oxide.