Skip to content

Provide more performant select statements for PeopleCodeProcessor #5

Open
@tslater2006

Description

@tslater2006

Currently the PeopleCodeProcessor does a full select on the table and then filters out the results in the program. It would be nice to craft more specific select statements to help filter out the rows returned.

For example a select statement can be written to account for project prefixes, or items prefixes, or both. This will limit the data that has to flow across the wire from the database.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions