Use Cases

Characteristics of ParkerDB Use Cases #

The common characteristics of ParkerDB use cases are:

  • Large table row count.
  • Many rows are updated regularly.

Problems Solved by ParkerDB #

If the data size is large and the data is updated frequently, one common approach is to ingest the data into a data store like DynamoDB or Cassandra. However,

  • the cost of these data stores can be high.
  • the query latency may be high during the bulk loading.
  • the bulk loading may be throttled and often takes a long time.
  • it is costly to build and maintain the data ingestion process.

ParkerDB solves these problems by providing a fast and scalable data lookup service, taking care of all the scalability and performance details. There are no software to install, no servers to manage, and no data ingestion process to build and maintain.