Gold Study Guide Word Doc Flashcards
API Server
A single threaded process that handles REST API calls
Application Server
Handles the web application, supports browsing and searching.
App server handles authentication
This process is multi-threaded
Backgrounder
A single threaded process that executes server tasks, including extract refreshes, ‘Run Now’ tasks, and tasks initiated from tabcmd
Cache Server
Query cache shared across all Tableau processes in a cluster. Used by Backgrounder, Data Server, and VizQL
Cluster Controller
Responsible for monitoring various components, detecting failures, and executing failover when needed
Coordination Service
In distributed installations, responsible for ensuring there is a quorum for making decisions during failover
Data Engine
Loads data extracts into queries and memory
Data Server
Manages connections to Tableau Server data sources
File Store
Automatically replicates extracts across data engine nodes
Repository
Tableau Server database, stores workbook and user metadata.
Stores Application Data, File Data, TWBs and TDSs
Based on PostgresSQL
Meta-Data and Application Data can be queried and reported on in Tableau
Search & Browse
Handles fast search, filter, retrieval , and display of content metadata on the server. Queries meta-data from TWBs and TDSs. Based on Apache SolR
VizQL Server
Loads and renders views, computes and executes queries
Explain the following: Count, Sum, Average, Minimum, Maximum
Count - the number of values. Sum - the sum of values. Average- the average of values. Minimum - the minimum value. Maximum- max value
First Quartile, Median, Third Quartile
The values observed at the 25th, 50th, and 75th percentiles
Standard Deviation
Measures the amount of dispersion or variation in a set of values
What % of the data are within 1, 2, and 3 standard deviations?
1 - 68% of the data. 2 - 95% of the data. 3 - 99.7% of the data