我在做 Perfetto 项目时,维护了一套基于 SQLite 的查询语言:PerfettoSQL。它本质上是 SQLite 的一个扩展版本,用来分析性能 trace,在 Google 内部大约有 10 万行代码,很多团队在用。
SQLite is a powerful, embedded relational database management system in a compact C library, developed by D. Richard Hipp. It offers support for a large subset of SQL92, multiple tables and indexes, ...
Trace 从一开始就使用 SQLite 将所有数据存储在用户设备上。这是一个非常不错的选择—— SQLite 高度可靠,并且多种编程语言都提供了广泛支持。毕竟,它是全球部署最广泛的数据库之一。 Trace 是一款 macOS 时间追踪应用,可以监控你在 Mac 上的时间使用情况。
What if the database you rely on could handle writes four times faster without sacrificing simplicity or reliability? For years, SQLite’s single-writer limitation has been both its strength and ...
当前正在显示可能无法访问的结果。
隐藏无法访问的结果