PolymerLabs / arcs

Arcs
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

Create DatabaseConfig which will store the runtime flags that are relevant for the Database. #7087

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Create DatabaseConfig which will store the runtime flags that are relevant for the Database.

This is the first step towards addressing the quadratic behaviour of entity insertion (b/174588259). This CL is setting up the runtime flag that will guard the diffbased entity insertion approach.