I want to store a very large amount of vector data on the server and only poll the parts that I need at this point ...
This should not be a problem.
Is there a way to take a vector file like a svg file and import it into a database? I could always write an svg parser to import it into my database, but is there any standard way to do this or store vector data in a database?
source
share