Skip to content

fix(influxdb3_system_tables): scope system.queries to current database#27401

Open
o6ivp wants to merge 1 commit into
influxdata:mainfrom
o6ivp:fix/system-queries-database-scope
Open

fix(influxdb3_system_tables): scope system.queries to current database#27401
o6ivp wants to merge 1 commit into
influxdata:mainfrom
o6ivp:fix/system-queries-database-scope

Conversation

@o6ivp

@o6ivp o6ivp commented May 2, 2026

Copy link
Copy Markdown

Closes #26107

Scope system.queries to the current database, matching the per-database scoping already used by system.parquet_files, system.last_caches, etc.

  • I've read the contributing section of the project README.
  • Signed CLA (if not already signed).

Filter the entries from the shared `QueryLog` by the connected database
name. Matches the per-database scoping used by `system.parquet_files`,
`system.last_caches`, etc.
@o6ivp o6ivp force-pushed the fix/system-queries-database-scope branch from 1c140be to 20c7aaa Compare May 2, 2026 02:33
@o6ivp o6ivp changed the title fix(system_tables): scope system.queries to current database fix(influxdb3_system_tables): scope system.queries to current database May 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Scope results of system.queries table to database

1 participant