teleport/vendor
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
..
github.com Use in-memory cache for the auth server API. 2019-04-12 14:23:09 -07:00
golang.org/x revendor golang ssh lib 2018-11-16 19:16:10 -08:00
google.golang.org Upgrade etcd backend 2018-09-10 15:58:05 -07:00
gopkg.in Add prune settings and remove unused files 2018-06-29 16:23:59 -07:00
k8s.io Add prune settings and remove unused files 2018-06-29 16:23:59 -07:00