Skip to content

Conversation

@breadchris
Copy link

This post aims to build the reader's intuition around what happens when an OLTP database takes on a high volume of write operations while also trying to perform aggregation queries over the inserted data.

Indexing data can help temporarily, but if the table continues to grow, writes will slow down, increased database size, and the operational overhead of maintaining indexes for every column needing to be queried can introduce unwanted complexity.

OLTP databases are designed for querying a lot of data and in complex ways as to provide meaningful insights into the valuable data that you have collected.

This post should introduce scratchdata as a solution that Alex could use to solve their data problem.

@breadchris breadchris changed the title a cool button blog post cat picture button blog post Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant