logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Kemal Akkoyun, Matthias Loibl
2021-10-15

tldr - powered by Generative AI

The presentation discusses the development of Parka, a tool for profiling and analyzing performance in software applications. The focus is on the storage architecture and the process of handling write requests.
  • Parka is a tool for profiling and analyzing performance in software applications
  • The storage architecture of Parka is designed to handle stack traces as a first-class citizen
  • Write requests are ingested and validated using protobuf and metadata label sets
  • The metadata store is implemented in SQLite and can be used with any SQL database
  • The end result of a write request is a set of location IDs and corresponding sample values