Problem/Motivation

For now, all the log entry data in the database is stored as a single JSON field, which allows querying not only by substring, but by specific values too. But for a large amount of logs, the performance of such queries will not be very good, because the JSON fields are not indexed.

Proposed resolution

Would be good to extend the module to allow configuring indexes for specific JSON fields.

Comments

murz created an issue. See original summary.

murz’s picture

Status: Active » Closed (won't fix)

The database logger storage is moved to a separate project, this feature will be implemented in #3551981: Allow configuring indexes for JSON fields

Now that this issue is closed, please review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, please credit people who helped resolve this issue.