1
vote
1answer
19 views
what’s the possible solution to build a app host(such as wordpress.com or google group) in java?
Hi All,
I'm wondering how wordpress.com or google group host multiple applications for different party. For wordpress, I guess it will create a subdomain for each user and configured a virtual host …
1
vote
5answers
50 views
The best way to manage database changes
What is the best way to manage database changes? I need to have a solutions regardless the database client's language. Also I'd like to be able to use specific database features in those changes such …
1
vote
1answer
26 views
Database design to store notifications to users
I'm working on a literature community website. (screenshot) And I'm trying to figure out how to notify users when someone comments on something they posted to the site, when someone they are watching …
2
votes
2answers
37 views
Database EAV Pros/Cons and Alternatives
I have been looking for a database solution to allow user defined fields and values (allowing an unlimited number). At first glance, EAV seemed like the right fit, but after some reading I am not …
1
vote
3answers
28 views
Need to change my SQL structure for deletion
I am working with a modified aspnetdb SQL database:
Partial DB diagram
I have cascade deletion on the B_Linker relationship and the A_Linker relationship and there doesn't seem to be any danger of …
13
votes
5answers
159 views
Which is a better method for storing images - folder or SQL Server as binary?
Hello,
I am planning the development of a photo gallery application for a client. I am developing the app in asp.net 3.5 and would like to develop it so that I can re-use the application across …
3
votes
3answers
32 views
How to set up a new SQL Server database to allow for possible replication in the future?
I'm building a system which has the potential to require support for 500+ concurrent users, each making dozens of queries (selects, inserts AND updates) each minute. Based on these requirements and …
8
votes
9answers
136 views
What do I need to know about databases?
In general, I think I do alright when it comes to coding in programming languages, but I think I'm missing something huge when it comes to databases.
I see job ads requesting knowledge of MySQL, …
4
votes
9answers
715 views
Visually designing a database structure
I am quite happy to code out tables by hand when making a database but it's not the easiest way to convey information about a database to someone else, especially someone that's not so comfortable …
0
votes
4answers
43 views
Best approach to relating databases or tables?
What I have:
A MySQL database running on Ubuntu that maintains a
large table of articles (similar to
wordpress).
Need to relate a given article to
another set of data. This set of data
will be …
1
vote
4answers
48 views
Trying to design a column that should sum values from another table
Hi everyone,
sorry if the title is not very clear. I will try to explain now:
I have two tables: table A and table B. The relation between them is one (for A table) to many (for B table). So, it's …
14
votes
10answers
667 views
What databases do Web’s biggest sites run on?
This question is meant to serve as a list of databases and their configurations that the major web-sites use and would be a great reference for anyone thinking of scaling their web-site to the size of …
0
votes
0answers
11 views
Custom users, profiles and standard aspNet_users
In the code handed to me the database design is somewhat cluttered. I would like to hear some opinions on the design of it (since my experience with DB design is virtually nothing) to make an educated …
1
vote
4answers
35 views
MySql DB Design question
Assuming I have an application where I expect no more than 50,000 users.
I have 7 tables in my DB schema. Is it a good idea to replicate all the
tables for every user? So, in my case, number of tables …
1
vote
2answers
35 views
Newb SQL question: Is there a “foreign key” equivalent for referencing columns, or is it logical to store column names as strings in another table?
Disclaimer: I'm an SQL newb, just discovering the great possibilities of sqlite embedded in applications.
I'm designing a small database for an application that primarily handles data storage for …
