Skip to content

speed up neuprint_get_fields() #183

@jefferis

Description

@jefferis

Python client uses a database property when possible:

https://github.com/connectome-neuprint/neuprint-python/blob/master/neuprint/client.py#L695

this can a big speed up over the naive cypher

"MATCH (n :`Neuron`) UNWIND KEYS(n) AS k RETURN DISTINCT k AS neuron_fields"

Of course that should be cached so you only get the hit once per hour but then #181

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions