Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

database database-design

0
votes
3 answers
66 views

Different table for insert and select

In order to improve insert performance and load on server, I've decided to divide a large table into 2. A big table which will only be used for…
asked June 25, 2011 11:07 am CDT
Noam
3
votes
3 answers
63 views

Best way to store similar music

I have millions of songs, each song has its unique Song ID. Corresponding to each Song ID I have some attributes like song name, artist name, album…
asked June 25, 2011 10:38 am CDT
Kevindra Singh
0
votes
1 answers
49 views

Looking for Help Understanding Mongo DB Data Organization

I am trying to understand the concept of document storage and fail to see how it would apply to some situations. For example, in the case of a…
asked June 24, 2011 11:13 am CDT
SizzlePants
0
votes
1 answers
53 views

Database design for document management?

We are providing document upload on different things like tasks, feeds, comments etc.. And there are lots different permission on documents for…
asked June 24, 2011 4:33 am CDT
krunal shah
-2
votes
2 answers
41 views

Database Design: dating-site-like application?

I need to build something similar to a dating site. Each account can have 1 or more "profiles". Each profile might have certain attributes, like…
asked June 24, 2011 2:45 am CDT
StackOverflowNewbie
0
votes
0 answers
32 views

Copy/Replicate subsets of tables from different databases into third database

I have two databases: 1) accounts-management 2) games-management I want to make reports, which use data from both databases and i want to have third…
asked June 23, 2011 8:12 am CDT
user358448
0
votes
3 answers
44 views

What are the differences between MongoDB and Redis?

Just looking for what people see as the main differences when choosing between the two. Thanks.
asked June 22, 2011 3:09 pm CDT
float
0
votes
2 answers
37 views

Audit logging for Products / Options / Exras tables?

I dont know what type of Audit logging system do I need for my tables design. Sometime staff change the name of the product, price, options or…
asked June 21, 2011 6:35 pm CDT
user622378
0
votes
2 answers
29 views

Need help with a database design for Top 10

I am trying to come up with a database design to hold the "Top 10" results for some calculations that are being done. Basically, when all is said in…
asked June 21, 2011 3:00 pm CDT
z0dSki
0
votes
4 answers
33 views

Database Design feedback

An invoice can contain 1 or more orders, how to archive this? Example of Invoice: OrderID | Order Date | Amount 31 10/02/2011 £1.50 43 12/02/2011…
asked June 21, 2011 10:09 am CDT
user791022
0
votes
2 answers
31 views

Feasibility of dynamically increase in no. of tables and rows in a database.

Which is better 100 tables with 10,000 rows or 1,000 tables with 1,000 rows? The above question is just a base.Its not completed without the…
asked June 21, 2011 12:13 am CDT
kiran
1
vote
4 answers
36 views

Should I have 1 or 2 tables for user personal addresses and user group addresses?

If I have users, as well as user groups (like a local astronomy group/club), and I want both to have a one to many relationship with street…
asked June 20, 2011 5:09 pm CDT
blacktie24
4
votes
2 answers
39 views

Large MySql table putting too much load on server

I have a MySql table which consists of: ~25million rows (CURRENTLY) 3 indexes Each day, a crawler adds ~3million rows I'm currently not looking too…
asked June 20, 2011 12:43 pm CDT
Noam
3
votes
2 answers
27 views

Privacy concerns- database

if i have this table: users ----- id_users (pk) age name gender salary it is needed for each of these values an option to set visible or not in user…
asked June 19, 2011 1:56 pm CDT
Fel
0
votes
0 answers
39 views

Creating Database in MySQL Workbench

I'm new in MySQL Workbench. I'm planning to create a new database called "Customers". But the problem is I don't know how to create it. I already…
asked June 18, 2011 10:48 pm CDT
schadi
1
vote
0 answers
0 views

Multiple Login area

User is assigned to a group ID. There are multiple login area, eg: frontend, backend and the control panel login. I am wondering should I keep…
asked June 17, 2011 6:29 am CDT
user622378
0
votes
2 answers
40 views

Doing a count() in an update in mysql?

Is it possible to do a query like the following? I would like to do this in place of a stored procedure if possible. for example, with two tables…
asked June 16, 2011 1:04 pm CDT
Jonathan Coe
0
votes
0 answers
38 views

MySQL. Vertical partition and Heritage in MySQL. How to design foreign and primary keys?

We are using the Class per Table model for making persistence of a heritage class model ( detailed information here ) in MySQL. Which of these…
asked June 16, 2011 12:47 pm CDT
Emilio Nicolás
0
votes
3 answers
34 views

MySQL. Primary key in a relational table. Unique id or multiple unique key?

Primary key in relational tables. Composite primary key or unique primary key in those pure relational tables? Which design would you recommend to…
asked June 16, 2011 7:47 am CDT
Emilio Nicolás
0
votes
7 answers
35 views

MySQL stored procedures use them or not to use them

We are at the begining of a new project, and we are really wondering if we should use stored procedures in MySQL or not. We would use the stored…
asked June 16, 2011 3:20 am CDT
Emilio Nicolás
Pages : 1 | 2 | 3 | 4 | 5 > [13]
255

database database-design

Tagged: database + database-design
Related Tags
mysql × 470
database × 254
sql × 96
php × 94
nosql × 38
postgresql × 30
mongodb × 28
sqlite × 19
performance × 13
table × 11
schema × 10
cassandra × 9
python × 7
redis × 7
oracle × 6
java × 6
sql-server × 6