In the /find-associated-columns endpoint we create a column mapping of lowercase column names to column names as we received them. Right now this mapping is created each time we hit this endpoint, and instead it should only be created once (maybe upon starting up the server, for example.)
In the
/find-associated-columnsendpoint we create a column mapping of lowercase column names to column names as we received them. Right now this mapping is created each time we hit this endpoint, and instead it should only be created once (maybe upon starting up the server, for example.)