Tagged Questions

1
vote
5answers
127 views

Design Solution For Storing-Fetching Images

This is a design doubt am facing, I have a collection of 1500 images which are to be displayed on an asp.net page, the images to be displayed differ from one page to another, the count of these images ...
1
vote
2answers
186 views

Are Operational Data Store Still Leveraged

Our company has always struggled in terms of accurate and timely reporting. The primary reason is that our principal operational system has evolved over the past 20 years and is in an archaic flat ...
0
votes
0answers
124 views

App Engine datastore Model for ranking a 4 player game

Hi there I'm trying to learn the app engine datastore by modeling a db to store user rank and game scores for a 4 player game. The write throughput will be low, so I'm trying to optimize for reads, ...