Skip to content

Investigate expanding * at compile time #2

@ScottPeterJohnson

Description

@ScottPeterJohnson

A query that selects * can be problematic, in that it will change the columns actually selected if the underlying table gets new columns. This causes inefficiency, but doesn't break kdbgen, which selects from the result row by name. If possible, translate queries to expand * at compile time. And also, see if selecting by result row index would be more efficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions