Perhaps you might want to clarify "training"I would like to setup the following for training purposes and eventually for personal use.
Training = loading up some data that I will be using for some exercises I"m following along from a book. <= this works, but be prepared for slow processing times if the data set is large
Training = I'm using this as the DB back end to be used by multiple people in a class. <= a Pi is not going to give you joy, get a second hand server.
You'll definitely want to run it on an SSD drive, not uSD. An actve tran log of a DB will destroy an uSD card pretty fast.
If you're going to run anything else on this pi along with the db, for example, you're also going to use it for writing jupyter notebooks, numpy, pandas, etc, also on the PI. Make sure you set a max memory config for your DB engine as they like to gooble up all the RAM and it'll slow down to a crawl, even just plain stop responding.
Statistics: Posted by memjr — Tue Jan 16, 2024 6:20 pm