Search code examples
memgraphdb

Is it possible to store big integers in Memgraph?


I want to store pretty big integers (30 digits). I can’t store it in Memgraph integers which are 64 bit integers, or in floats without losing precision.

Is there a way that I can use to store large integer numbers in Memgraph?


Solution

  • At the moment there is no way to store such data type in Memgraph, but there is a GitHub issue for this.