&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
data-structures
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…
php
mysql
database
database-design
data-structures
asked
June 25, 2011 10:38 am CDT
Kevindra Singh
0
votes
1
answer
32
views
Mysql structuring comment system, will it take forever?
I'm wondering if I structure my comment system with just one table where I have all my comments and userid will be good? I want to know if this…
mysql
data-structures
structuremap
structure
asked
June 24, 2011 2:40 pm CDT
andrewliu
0
votes
1
answers
25
views
How to do "diff" to two trees saved in MySQL?
I need to save a 3-level tree structure into MySQL. Before each time I modified the tree, I will copy the original tree somewhere.After…
mysql
data-structures
asked
June 20, 2011 3:15 am CDT
yegle
0
votes
1
answers
30
views
MySQL Database - Performance Design
I'm currently redesign a heavy loaded website, and I would appreciate any opinion about a specific database design issue. The concept is to keep in…
mysql
performance
database-design
data-structures
asked
June 18, 2011 5:07 pm CDT
Alex
0
votes
3
answers
36
views
Writing to PostgreSQL database format without using PostgreSQL
I am collecting lots of data from lots of machines. These machines cannot run PostgreSQL and the cannot connect to a PostgreSQL database. At the…
database
postgresql
data-structures
etl
asked
June 9, 2011 7:11 am CDT
I_like_traffic_lights
1
vote
1
answer
37
views
What data storage model is used to store articles in wikipedia
Articles in wikipedia get edited. They can grow/shrink/updated etc. What file system/database storage layout etc is used underneath to support it.…
mysql
database
data-structures
storage
wikipedia
asked
June 9, 2011 6:57 am CDT
p2pnode
0
votes
2
answers
29
views
Invoice from multiple orders?
I need a way to create an invoice from multiple orders every month? In the tbl_order table, I have a list of orders from the customer. tbl_order…
php
mysql
database
database-design
data-structures
asked
June 8, 2011 6:32 am CDT
user622378
0
votes
1
answer
45
views
Motivations behind NoSQL
What are the main motivations behind the invention of NoSQL Databases? Your point of view would help my research on NoSQL databases.
database
data-structures
nosql
asked
May 26, 2011 8:08 am CDT
Siddhartha Chatterjee
0
votes
1
answer
46
views
Error in creating mysql partitions
When I tried to create a partition it shows me this error. SQL query: CREATE TABLE t1( id INT, val INT )PARTITION BY HASH( val )( PARTITION p0…
mysql
data-structures
database-partitioning
partitions
asked
April 28, 2011 5:12 am CDT
Abhishek Sanghvi
0
votes
2
answers
28
views
Multi-class, interlinked school timetable as a MySQL database
I've looked around for a bit now at other suggestions relating to this, but nothing I've seen has quite suited my needs, so here goes! What I have…
php
mysql
data-structures
timetable
highschool
asked
April 23, 2011 3:40 am CDT
Max Augustus
0
votes
0
answers
52
views
Help with the connection to a database
package com.example.whitehat; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import…
android
mysql
database
data-structures
phpmyadmin
asked
April 18, 2011 2:12 pm CDT
Lolo Pera
0
votes
0
answers
35
views
Difference between hierarchical, json and key-value data model of nosql databases
Hey, what is the difference between these data models ? If you think of an xml document persistence for which hierarchical data model is used (…
json
data-structures
nosql
hierarchical-data
key-value-store
asked
April 12, 2011 7:36 pm CDT
lisak
0
votes
2
answers
99
views
Hadoop gzip compressed files
I am new to hadoop and trying to process wikipedia dump. It's a 6.7 GB gzip compressed xml file. I read that hadoop supports gzip compressed files…
java
algorithm
data-structures
hadoop
mapreduce
asked
April 11, 2011 11:00 pm CDT
Bala
0
votes
2
answers
40
views
MySQL insert differences values into two tables
i got two tables and my environment transaction is allowed... Table A - ID + Name Table B - ID + Value A+ Value B+ IDTable A may i know how to write…
mysql
database
data-structures
transactions
asked
April 3, 2011 4:09 am CDT
Spencer Lim
1
vote
1
answers
39
views
Pythonic way of intelligently loading data using field mapping table?
Hi Guys! I have a complicated table (few hundred columns) and I get data in csv files every now and then. All I have to do is update the table with…
python
mysql
data-structures
pythonic
asked
April 1, 2011 9:57 am CDT
ThinkCode
0
votes
2
answers
40
views
How to structure a database for simple multilanguage website (PHP MySQL)?
Hi! I've developed a website more than a year ago. The content were/is in two languages and now I need to build a database driven update/data…
php
mysql
database
data-structures
multilingual
asked
March 30, 2011 5:56 pm CDT
tenshimsm
0
votes
1
answer
58
views
C# connections to mySQL || Retrieving Data From A C# Program Via A Browser
Hi All I am building a C# program for a company that eventually will store information about newspaper articles in a data structure. The key here is…
c#
mysql
sql
browser
data-structures
asked
March 24, 2011 3:28 am CDT
Greenhouse Gases
1
vote
2
answers
37
views
Direct control of PostgreSQL Index
I am new to PostgreSQL. I have a very unusual requirement for a hybrid database I need to build. From modules I've seen, it seems to me that the…
postgresql
data-structures
customization
indexes
btree
asked
March 13, 2011 5:44 am CDT
IanC
0
votes
4
answers
48
views
Database Optimization Advice?
I have a table called members. It has the following columns: I am looking on advice how to improve it. id : This is user id (unique) (auto…
mysql
database
database-design
data-structures
asked
February 24, 2011 6:57 am CST
PHPLOVER
1
vote
3
answers
41
views
Proper way to structure a "notes" table for multiple data sets?
Please excuse the title, I had trouble wording my question without being overly descriptive. My application has tables likes these: contacts…
sql
mysql
database-design
data-structures
database-schema
asked
February 3, 2011 3:58 pm CST
Serge Stepanov
Pages
:
1
|
2
>
29
data-structures
Tagged:
data-structures
Related Tags
mysql
× 19
database
× 12
database-design
× 6
sql
× 6
php
× 4
nosql
× 3
algorithm
× 3
redis
× 2
postgresql
× 2
performance
× 2
python
× 2
database-schema
× 1
database-partitioning
× 1
partitions
× 1
pythonic
× 1
multilingual
× 1
mongodb
× 1
c#
× 1
android
× 1
hierarchical-data
× 1
etl
× 1
sqlite
× 1
hadoop
× 1
customization
× 1
mysql-query
× 1
browser
× 1
btree
× 1
java
× 1
structure
× 1
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy