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

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…
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…
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…
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…
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…
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.…
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…
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.
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…
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…
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…
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 (…
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…
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…
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…
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…
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…
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…
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…
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…
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
sql × 6
php × 4
nosql × 3
algorithm × 3
redis × 2
postgresql × 2
python × 2
partitions × 1
pythonic × 1
mongodb × 1
c# × 1
android × 1
etl × 1
sqlite × 1
hadoop × 1
browser × 1
btree × 1
java × 1
structure × 1