Question Gevorg Arutiunian · Apr 25, 2019

Limit of 500 characters for the local or global node

Go to the original post@Gevorg Arutiunian

As I understand it. The local or global indexes can contain a maximum of 500 characters. How can I go around this limitation?

Comments

Dmitry Maslennikov · Apr 25, 2019

I think you are talking about subscripts and about the full length of global reference. You can't do anything with it and just accept it as a fact. 

0
Evgeny Shvarov · Apr 25, 2019

What a problem are you trying to solve? Is it to sort long strings? or ti find duplicates in long strings?

0
Fabian Haupt · Apr 26, 2019

If you're hitting the 511 encoded character limit for a global reference, generally that means you should revisit your data design. What are you trying to do that you hit that limit?

0