Tagged Questions

6
votes
2answers
82 views

How to model this[Networks, details in post] in database for efficiency and ease of use?

At linkedin, when you visit someones profile you can see how you are connected to them. I believe that linkedin shows upto 3rd level connections if not more, something like shabda …
4
votes
3answers
86 views

Best database design for a “sensor system”

I'm doing a schoolwork and.. I have to do a vehicle tracker system. I thought of these three designs. What do you think? My database schemas (png at ImageShack ~99KB) http://img …
1
vote
2answers
126 views

interpolate a terrain surface from scattered data using heat equation

Hi This is my first question in this forum, so please bear with me and I hope I'm not violating any rules. I am looking at different ways to model scattered 3d data as a gridded fu …
0
votes
0answers
8 views

Modelling data loading techniques for a MVC web application

Hi all, When you are developing an MVC based website that will, for instance, be able to display profile information about a user, how do you usually model data if it's coming fro …
0
votes
2answers
101 views

Documenting a data model

What is the best way to document a logical or conceptual data model. Whilst tools like Visio allow you to define entities, attributes and relationships they do not support the co …
0
votes
4answers
436 views

Data Modelling Advice for Blog Tagging system on Google App Engine

Am wondering if anyone might provide some conceptual advice on an efficient way to build a data model to accomplish the simple system described below. Am somewhat new to thinking …