teleport/vendor/github.com/gravitational
Sasha Klizhentas 8356ae6a74 Use in-memory cache for the auth server API.
This commit expands the usage of the caching layer
for auth server API:

* Introduces in-memory cache that is used to serve all
Auth server API requests. This is done to achieve scalability
on 10K+ node clusters, where each node fetches certificate authorities,
roles, users and join tokens. It is not possible to scale
DynamoDB backend or other backends on 10K reads per seconds
on a single shard or partition. The solution is to introduce
an in-memory cache of the backend state that is always used
for reads.

* In-memory cache has been expanded to support all resources
required by the auth server.

* Experimental `tctl top` command has been introduced to display
common single node metrics.

Replace SQLite Memory Backend with BTree

SQLite in memory backend was suffering from
high tail latencies under load (up to 8 seconds
in 99.9%-ile on load configurations).

This commit replaces the SQLite memory caching
backend with in-memory BTree backend that
brought down tail latencies to 2 seconds (99.9%-ile)
and brought overall performance improvement.
2019-04-12 14:23:09 -07:00
..
configure Add prune settings and remove unused files 2018-06-29 16:23:59 -07:00
form Add prune settings and remove unused files 2018-06-29 16:23:59 -07:00
kingpin Re-vendor github.com/gravitational/kingpin. 2019-02-05 10:31:24 -08:00
license add new resource - License 2018-09-12 16:17:28 -04:00
oxy Add prune settings and remove unused files 2018-06-29 16:23:59 -07:00
reporting Upgrade etcd backend 2018-09-10 15:58:05 -07:00
roundtrip Re-vendor github.com/gravitational/roundtrip. 2018-10-12 17:42:37 -07:00
trace Use in-memory cache for the auth server API. 2019-04-12 14:23:09 -07:00
ttlmap Add prune settings and remove unused files 2018-06-29 16:23:59 -07:00