Skip to content

Request: Introduce optional caching to ExecuteScalar* methods #648

@Swoorup

Description

@Swoorup

We are using postgis to generate MVT tiles which is binary content.

Example query:

let! tile = conn.ExecuteScalarAsync<byte[]>("select suburbs(@z,@x,@y)", param)

It would be great if we could introduce caching layer for ExecuteScalar* methods as well, as the functions are computationally expensive to calculate.

Metadata

Metadata

Assignees

Labels

deployedFeature or bug is deployed at the current releasefixedThe bug, issue, incident has been fixed.pre-discussedPre-discussed and/or pre-collaborated with the reportedrequestA request from the community.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions