Yes, that's correct.
I was using turtle format. First I merged all ttl files using robot then imported them.
CALL n10s.rdf.import.fetch('file:///<path>/merged.ttl','Turtle')
n10s import was quite easy and fast. The merged file I used was over 300MB.
...