On Sun, Apr 29, 2018 at 15:52 Joachim Lindenberg <[email protected]> wrote:
> Hi Nick, > > I totally disagree. The delta is not just time, but the need of a full > blown database that I need to operate with plenty of cpu, memory, and disk > usage. > I understand your point, but the Guacamole JDBC schema is very small, and it should be possible to tune parameters on MySQL/MariaDB/PostgreSQL such that it uses minimal system resources. Furthermore, depending on how many connections your environment grows to, the indexing within the database could make locating and loading those records less resource-intensive than reading through serially through an XML file. If your environment isn't that large, then I fail to see why you need the organization/tree structure anyway?? Both out of curiosity and in order to try to see where you're coming from, what kind of environment are you operating in that requires you be so conservative with resources that you can't afford a small MySQL/MariaDB instance? -Nick
