1

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?

ShymPi1999
  • 51
  • 3

1 Answers1

0

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

Taja Jan
  • 942
  • 1
  • 1
  • 11