Posts by Spiderpoison • 1 point
1 post
- 
		0 votes3 answers100 viewsA: What are the advantages of using a database instead of a JSON file to write data?When manipulating the JSON file, it should be loaded into memory and only then data processing is performed. Now, imagine a database of 100 gigabytes or more. How much memory your server would have…