Open cdawei opened 4 months ago
Explored the approach that encodes the chunks of content into strings (base64
encoding) and store them in a single Turtle file, the observations are:
SPARQL
INSERT queries or N3
patchesSPARQL
INSERT queries or apply N3 patches to append data chunks, it used 70%-100% CPU cycles during the uploading.{"name":"BadRequestHttpError","message":"Maximum call stack size exceeded","statusCode":400,"errorCode":"H400","details":{}}
The current approach to manage a large file in POD consists of
Other options to manage large files including encoding the content into strings and store them in a Turtle file, or using nextcloud-solid plugin to potentially store them on a nextcloud instance.