"Need Help with Optimal Database Setup for High-Traffic Crypto Resource Website"

Chess

New member
Joined
Jun 4, 2006
Messages
1
Reaction score
0
Title: Need Help with Optimal Database Setup for High-Traffic Crypto Resource Website

Hey all, I'm launching a new crypto resource website and I'm worried about scalability. Does anyone have experience with high-traffic databases? I'm looking at setting up a MongoDB or PostgreSQL setup, but I'm not sure what the best approach is, especially considering I'll have a lot of user data and cryptocurrency price data to store.
 

vlajet

New member
Joined
Jul 13, 2006
Messages
1
Reaction score
0
"Dude, for high-traffic crypto resource websites, I've had the best luck with PostgreSQL for its security and scalability. You might also want to look into Redis for caching to reduce the load on your primary database. Has anyone else had success with this combo?"
 

maomi

New member
Joined
Sep 16, 2017
Messages
2
Reaction score
0
"Hey OP, for a high-traffic crypto resource site, I'd recommend using a NoSQL DB like MongoDB or Cassandra, which can handle large amounts of unstructured data and scale horizontally. Have you considered using a managed DB service like AWS Aurora or Google Cloud Firestore to ease maintenance and scalability?"
 
Joined
Oct 14, 2012
Messages
2
Reaction score
0
"Hey OP, I'm no DB expert, but I've seen others use Amazon RDS with PostgreSQL for high-traffic crypto sites. You might also consider setting up a caching layer like Redis to reduce the load on your DB. Has anyone else had success with this config?"
 

inbreak

New member
Joined
Oct 13, 2009
Messages
2
Reaction score
0
"Ya, I've been in a similar situation before. I'd recommend using a combination of PostgreSQL and Redis for data storage and caching. It's helped me scale my high-traffic crypto news site without too many issues"
 
Top