Skip to content

Support parameter SQLITE_CONFIG_MEMSTATUS in runtime #954

Open
@mhanna

Description

@mhanna

Is your feature request related to a problem? Please describe.
When enabling the parameter SQLITE_CONFIG_MEMSTATUS at compile time, the performance (read/write) is more than 2x slower

Describe the solution you'd like
I would like to have a way to disable this parameter at runtime as the native code already support it by sqlite3_config(SQLITE_CONFIG_MEMSTATUS,0)

Describe alternatives you've considered
Have different versions, two different jars. one compiled with this option enabled and one while it disabled

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions