I heard that its possible to create a mysql db in the servers main memory so that I dont need to read/write to the HD every 0,01 seconds (to improve CPU performance). How is this possible??
Thx.
Databases arent exactly my strength but I am not sure you can create Databases in memory you can however create tables in memory using the HEAP Engine in MySQL
Wonderful! Thx!