|
|
|
|
|
by tracker1
745 days ago
|
|
And then you get an in-memory SQL database that is used for cached settings with a text-based SQL query to retrieve every configuration setting (thousands of times during a login) and have a login that takes many seconds to run. Literal example... replaced with a lock-free hashmap, and reduced the blink of an eye in terms of time. |
|