I am running OrientDB 2.2 Community Edition and I have already used teleporter to import a SQL database consisting of 22 tables and 11 million records. I dropped a vertex class as I needed to change something and when i went to reimport a table using teleporter i got this message...
ERROR: Synchronization not allowed in OrientDB CE. Execution will be terminated
Is there a way i can import this table and join it to the corresponding vertex classes already in the orientdb database without dropping the whole database and reimporting everything from scratch (which took about 5 hours)
Thanks :)