Re: KCIDB: Add timestamp metadata
Nikolai Kondrashov <[email protected]>
| Newsgroups | dev.linux.lists.kernelci |
|---|---|
| Message-ID | <[email protected]> |
On 10/23/23 14:14, Nikolai Kondrashov wrote: > As we're working on transitioning away from BigQuery as our main database, and > lowering our growing costs, we have to implement data retention policies in > order to maintain performance of PostgreSQL as the replacement. > > For that purpose I'd like to introduce a concept of "metadata" to the KCIDB > I/O schema. Specifically a timestamp field for each object. The change will > bump the latest schema to v4.3. > > Please respond with your comments here, or in the corresponding PR for > kcidb-io: > > https://github.com/kernelci/kcidb-io/pull/76 I will merge this next Monday, Oct 30, if there are no remaining objections by that time. I'm already finishing support for this on the database/API/tool side. Nick