PostgresDatabase

com.netflix.atlas.postgres.PostgresDatabase
class PostgresDatabase(postgres: PostgresService) extends Database

Database implementation that delegates to PostgreSQL with the blocks stored as rows in the time based tables. This class only handles queries, the data loading would be managed separately and is more specific to the backing long term storage, e.g. S3.

Attributes

Graph
Supertypes
trait Database
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def execute(ctxt: EvalContext, expr: DataExpr): List[TimeSeries]

Attributes

Definition Classes
Database

Concrete fields

override val index: TagIndex[_ <: TaggedItem]