Data modeling questions refer to the techniques used to gather and analyze data requirements needed to support data operations in programs and systems.
0
votes
1answer
23 views
Is there a specific notation for a final static class in UML?
How do you declare a class as final static in UML?
We use the italic convention for Abstract Classes but I can't seem to find any information for final static classes.
0
votes
2answers
55 views
Bad performance when writing log data to Cassandra with timeuuid as a column name
Following the pointers in an ebay tech blog and a datastax developers blog, I model some event log data in Cassandra 1.2. As a partition key, I use “ddmmyyhh|bucket”, where bucket is any number ...
0
votes
1answer
30 views
MYSQL table in table
I want to make a database that tracks the activity of members, so adds all the stuff they do.
But to do that I think that I need a nested table, as the first would contain the user and his info and ...
5
votes
1answer
3k views
cakePHP data model with multiple foreign keys to same table
Based on cakePHP's data model conventions, to setup a foreign key I would specify a column with the source_table followed by an _id.
I have an accounts and an account_messages table. Now the ...
0
votes
1answer
49 views
Cassandra time series data model with counter column
I am trying to model a cassandra data set for a time series where I capture the sum of bytes over a minute for a given user, using a counter column. Using CQL3 I have this create table syntax:
...
4
votes
3answers
186 views
What do you consider to be the best balance of columns within an address table?
Almost every time that I build an application, I find myself creating an 'address' table to contain addresses for the system.
What columns do you create within your 'address' table (or tables if you ...
1
vote
3answers
300 views
Data Modeling - how to handle two, dependent “status” columns?
I've run across something that's bugging me just enough that I wanted to come here and seek out a sort of "best practice" type of advice from you guys (et gals)
I have a table in my model, let's call ...
2
votes
1answer
70 views
Database design decisions
I trying to create an efficient and scalable data model for an application that I am writing. I am coming to a common problem as far as the design goes, the example listed below exemplifies my problem ...
5
votes
3answers
4k views
Designing 1:1 and 1:m relationships in SQL Server
In SQL Server 2008, how does one design a 1:1 and 1:m relationship? I appreciate that this is a novice question, but I am just learning the technology.
Thanks
13
votes
10answers
4k views
Should not OLAP database be denormalized for reading performance?
I always thought that databases should be denormalized for reading, as it is done for OLAP database design, and not exaggerated much further 3NF for OLTP design.
PerformanceDBA in various posts, ...
1
vote
1answer
51 views
Database structure that can effectively gauge trends and popularity?
Let's say I have a website with various assortments of widgets. These widgets are subject to being 'Liked' by a user. Well, how would I be able to gauge the popularity of any given widget in a certain ...
3
votes
4answers
106 views
Modelling an equivalent of database NULL in RDF
I would like to know if there is a standard or generally accepted way of representing an equivalent of NULL used in databases for RDF data.
More specifically, I'm interested in a way to distinguish ...
2
votes
1answer
38 views
Novel / Book Object Oriented Design Approach
I am creating an object oriented representation of a novel or book. I am looking for design patterns or advice in terms of what to make an object, and what to make an attribute of another object.
...
0
votes
0answers
15 views
How to model SO's Questi0n/Tag relationship in DynamoDB with respect to Uniform Workload?
Background
I'm new to DynamoDB/NoSQL. I've been trying to re-learn modeling patterns. To that end, I've been trying to model various examples.
I got stuck on modeling a relationship similar to SO's ...
12
votes
6answers
6k views
A good database modeling tool for PostgreSQL? [closed]
PostgreSQL comes with the excellent pgAdmin-tool for managing the database but lacks GUI data-modeling utility?
I found this list: http://www.databaseanswers.org/modelling_tools.htm
but don't have ...
0
votes
0answers
22 views
Cassandra data modeling for querying over different columns
If I have a table
CREATE TABLE MyTable (
a int,
b int,
c int,
d int,
PRIMARY KEY (?) -- what should I use ?
)
I want to query it in 3 different ways:
SELECT * FROM MyTable ...
0
votes
0answers
48 views
Interesting!! What data model should I use? [closed]
I am creating an educational database. I would like to link concepts together in a way that is nearly analogous to the way elements link to form molecules.
First, we would create a table of ...
12
votes
3answers
4k views
Data modeling practices in Redis?
I've recently been getting into Redis and find it very appealing. I'd like to see how far I can push it's limits as a database. I read the Retwis tutorial and found it very interesting. I'm wondering ...
0
votes
1answer
46 views
Dynamic Data inside MongoDB
I'm making dynamic data storage, which it was in relational data base as:
form -> field
form -> form_data
field -> field_data
form_data -> filed_data
and field data contains field_id, ...
0
votes
0answers
11 views
group membership data modeling: separation of concerns
When we want to store membership information, the following questions come to mind:
Should the membership be a concern of the group, the member or neither?
In other words, I see three possible ...
0
votes
3answers
640 views
Resource Scheduling in Arena Simulation Software
I have a big problem in a simulation model. Entities arrive before and wait until 6.00 AM. And entities arrive after 6:00 AM, don't get any problems and walk inside. How does one model this in ...
5
votes
3answers
3k views
Synchronize model in MySQL Workbench
After reading the documentation for MySQL Workbench I got the impression that it's possible to alter a database in the server (e.g. add a new column) and later incorporate the DDL changes into your ...
1
vote
0answers
143 views
Database design in Enterprise Data Warehouse [closed]
I am facing with a challenging problem in database design for a data warehouse have to be realized with 3 layers:
staging (STG)
datawarehouse (EDW)
datamarts (DMA).
Let's image to do it for a ...
1
vote
0answers
32 views
How do I model a fact with start/end dates to relate to a daily measure?
So I have a Sales Cube with Sales By Item By Day.
I want to bring in Bookings/Orders and compare those to the sales to see if we are booking the right numbers.
The bookings fact is a single record ...
2
votes
1answer
3k views
ARIMA, ARMA and AICs?
data <-c(88, 84, 85, 85, 84, 85, 83, 85, 88, 89, 91, 99, 104, 112, 126, 138, 146,151, 150, 148, 147, 149, 143, 132, 131, 139, 147, 150, 148, 145, 140, 134, 131, 131, 129, 126, 126, 132, 137, 140, ...
0
votes
0answers
21 views
Mapping a hierarchy into a relational database model
I am currently diving a bit deeper into database modeling. I have a very simple hierarchy as the following one:
Company -> Department -> Team -> Employee
What I am asking myself is the following: I ...
5
votes
4answers
378 views
What is the best way to model an organization using people, positions and teams when people have multiple jobs? [closed]
I have an interesting modeling problem. I am trying generate an org chart on a website (the backend is C# / SQL server and the frontend is javascript / google orgchart API, but the crux of the ...
13
votes
3answers
4k views
Relational vs Non-Relational Data Modeling - what's the difference
I'm new to databases and I've never worked with any RDBMS. However I get the basic idea of relational databases. At least I think I do ;-)
Let's say I have a user database with the following ...
5
votes
2answers
4k views
How to properly cascade delete managed objects in Core Data?
I have a Core Data model which has three entities: A, B, and C. A has a one-to-many relationship with B, and B has a many-to-many relationship with C. The delete rule for A -> B is "Cascade", and B -> ...
0
votes
0answers
32 views
Is there a way to auto-generate a data model with MVVM support and sample data for WinRT/Win8 projects
So, the application templates for Metro/WinRT apps ship with a sample data model with sample data. However, but for the most basic apps, they cannot be used as is.
Is there a tool available that ...
5
votes
1answer
981 views
What is the difference between proxies, repositories and services in Doctrine 2?
I am wondering what are the difference between those 3 patterns.
As far as I understand:
Proxies are used only for lazy-load entities
Repositories are used to add logic to your model (width some ...
0
votes
0answers
20 views
Android datamodel with patientdata
I've started developing an app for an examination at our department at the Hospital where I work.
I would like to utilize some of the functions that a ContentProvider gives me, but after I started ...
0
votes
0answers
45 views
Data modelling in Cassandra
I am trying out Cassandra and looking at ways to model our data in it. I have described our data store requirements along with my thoughts on how to model in Cassandra. Please let me know whether this ...
3
votes
0answers
93 views
Database design to store and evaluate rules expression
I have a scenario where I need to assign some Items to a Guest.
GuestTable has columns like
1. Guest ID
2. GuestType
3. Age
4. Height
5. Gender
ItemTable has columns like
1. ItemID
2. Item Name
...
3
votes
3answers
118 views
Database Schema for User Tagging using Nested Set/Adjacency List
I have seen many posts on building database schemas for object tagging (such as dlamblin's post and Artilheiro's post as well).
What I cannot seem to find in my many days of research is the schema ...
1
vote
2answers
59 views
How to access entities within another aggregate?
I am trying to model the scenario using DDD where we have teams, developers and tasks a team shall do.
Basically, I assume the following:
Team is an entity (as it can change, e.g. by getting new ...
0
votes
1answer
114 views
ER Diagrams - Can a relationship have a multi-valued attribute?
As title; are multivalued attributes allowed on a relationship? For example, I want to create 2 entities - landlord and tenant. I want to add a multivalued attribute, 'Contract', to the 'Rents_to' ...
1
vote
0answers
32 views
UML Data Modeller which generates SQL?
I have been using ERD programs for a while now to: generate to, or reverse engineer from, my database.
However I recently learned the UML syntax equivalent, and am looking for an "IDE" that can ...
44
votes
2answers
7k views
How to implement has_many :through relationships with Mongoid and mongodb?
Using this modified example from the Rails 3 guides, how does one model a relational "has_many :through" association using mongoid?
The challenge is that mongoid does not support has_many :through as ...
1
vote
1answer
92 views
How to model this parent-child hierarchy in C++?
I want to create a general abstract TimePeriod class. Example subclasses of it would be be Day, Hour and Minute.
I also want to create a general TimeData class that associates a TimePeriod object ...
0
votes
0answers
33 views
MVC: Add Annotation to View Model
What is the shortest way of adding annotations to a ViewModel? I have a data model that looks like
public class DataModel
{
public string a{get; set;}
public string b{get; set;}
...
}
and ...
1
vote
1answer
28 views
Related items - make two way correlation between records
I'm using a MySql database, where I have a table called books.
I would like to implement a system by which the user can relate two items, so that when viewing one, it appears a link to the other.
My ...
0
votes
1answer
40 views
Oracle Designer 9i - Export layout information of ERD
We have a repository of hundreds of Entity Relationship Diagrams with a specific layout and we have to migrate them to Oracle Data Modeler including layout information.
Actually we have to redraw ...
0
votes
0answers
50 views
Rails 3 / Active Record - Data modeling strategy for dynamic number of fields in a huge form?
I have a huge form that I am working on - It looks something like this: http://blassdesign.com/temp/screenshot.jpg
As you can see, there is a ton of data there. I already broke up the form into ...
1
vote
1answer
76 views
Design Issue: How to design the data model for SAAS based application?
Designing data model for STANDARD and USER SPECIFIC records for SAAS based model.
In my SAAS based application, I have users and their associated (One to One) roles. Tenants can create their own ...
8
votes
10answers
23k views
Tool to draw ER Diagrams
I'm looking for a good tool to help me draw ER (entity-relationship) Diagrams on Windows
0
votes
1answer
96 views
How to intersect and find different keys in Redis
I'm looking to get a list of redis keys as efficient as possible. We can model this on the redis server however we like so this is as much about the proper way to do it as it is solving the problem. ...
0
votes
1answer
59 views
Is modeling infinite-scale relationships in NoSQL / BigTable (GAE) possible?
My team is writing an application with GAE (Java) that has led me to question the scalability of entity relationship modeling (specifically many-to-many) in object oriented databases like BigTable.
...
0
votes
0answers
23 views
script-driven database modelling tool
I am looking for a database modelling tool (for PostgreSQL preferably) where the generation of the SQL DDL file can be accomplished in a headless / scripted way.
That would allow me to place the ...
0
votes
5answers
994 views
Data Modeling: vehicle's year, make, and model?
I'm trying to model vehicles at a basic level. Here's how I see the data:
A "year" (e.g. 2010, 2011) has 0 or more "make" (e.g. Nissan, Honda)
A "make" has 0 or more "model" (e.g. Nissan has Sentra, ...







