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

database performance

1
vote
3 answers
24 views

How to speed up this query

My database has table name transactions which has 20000 records. When i run this query SELECT T1.* FROM transactions AS T1 WHERE T1.ppno IN (SELECT…
asked June 19, 2011 12:56 pm CDT
Rajasekar
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
1
vote
3 answers
32 views

Indexes, why don't just index everything and when to use indexes?

Indexes are used to find rows with specific column values quickly. Without an index, MySQL must begin with the first row and then read through the…
asked June 15, 2011 8:42 am CDT
Tom
0
votes
2 answers
36 views

Nullable foreign keys vs relational tables for N:M relations

I am a database designer with an existencial doubt. If you have a table1 that must have a relation with table2 or (exclusive or, one or another)…
asked June 15, 2011 7:42 am CDT
Emilio Nicolás
1
vote
3 answers
37 views

Which of these MySQL database designs (attached) is best for mostly read high performance?

I am a data base admin and developer in MySQL. I have a couple of years working with MySQL. I recently adquire and study O'Reilly High Performance…
asked June 15, 2011 7:20 am CDT
Emilio Nicolás
0
votes
3 answers
29 views

Easily filterable database table with large amounts of entries

I am developing a issue logger for my project and am running into an issue when analyzing the logged data. The problem being that this table grows…
asked June 13, 2011 8:44 am CDT
Naatan
0
votes
1 answers
29 views

What does table level locking guarantee?

I have a transaction that does one read on the database, followed by one write. If i choose MyIsam as my database engine in MySql does the table…
asked June 12, 2011 12:01 am CDT
sasidhar
3
votes
1 answers
42 views

MySQL optimization tips specific to a completely static database?

I have a database that is about 20 GB in size. I want to know if there are any optimization tips specific to working with a database that is static.…
asked June 3, 2011 12:34 am CDT
Robert Oschler
2
votes
4 answers
32 views

Is a long IN clause a code smell?

Simple question. Wondering if a long IN clause is a code smell? I don't really know how to justify it. I can't put my finger on why smells other…
asked June 2, 2011 2:40 pm CDT
Mark Canlas
0
votes
2 answers
32 views

Database design question - Performance needed

I created an inventory system which mostly is using a server-sided scripting language to do all the work. To try and get some performance gains I am…
asked May 25, 2011 3:35 pm CDT
user622469
0
votes
2 answers
26 views

DOs and DONTs for Indexes

What are some DOs and DONTs for improving database performance using index? A DO would be a case in which an index should be created, or another…
asked May 23, 2011 9:29 am CDT
Click Upvote
0
votes
4 answers
31 views

What should I know about designing databases for scalability?

Apart from creating indexes on columns that are retrieved often, and doing SELECT col1, col2, col3 FROM tbl instead of SELECT * FROM table , what…
asked May 12, 2011 11:59 am CDT
Click Upvote
0
votes
2 answers
56 views

Java.sql.Connection tests against a PostgreSQL 8.4.6

Hi, I have a postgresql DB with > 3 million rows in two tables. Something slows down the whole performance, so I analyzed a bit with the Ubuntu…
asked May 2, 2011 2:37 am CDT
basZero
0
votes
1 answer
43 views

What does DB% mean in my log file? It is giving crazy values. How to solve the issue?

How can I reduce DB values? Anybody have any idea what is going on here? Completed in 0.19635 (5 reqs/sec) | Rendering: 0.00046 (0%) | **DB: 0.04554…
asked April 28, 2011 4:52 pm CDT
syna
0
votes
3 answers
41 views

Which Postgresql.conf file, which I should I edit for performance tuning?

My Postgresql Data is under /mnt/pg_data/9.0/main/. So, I have two postgresql.conf files. One under /mnt/pg_data/9.0/main/ directory and the other…
asked April 26, 2011 1:44 am CDT
Bharath
1
vote
2 answers
43 views

Fast query for selecting all records NOT in another table in MySQL

I have a query that selects a table of nodes, then joins a table of titles to it. This is done by first joining an in-between table of node IDs and…
asked April 21, 2011 6:32 am CDT
tjbp
1
vote
2 answers
54 views

MySQL Performance

We have a data warehouse with denormalized tables ranging from 500K to 6+ million rows. I am developing a reporting solution, so we are utilizing…
asked April 20, 2011 11:55 am CDT
Marco
0
votes
4 answers
51 views

MySQL. Is it better (performance) to have one table of 1M records, or 10 tables 100K records each?

This may be asked before, but here's the situation anyway. I have one big table (on MySQL using InnoDB), that is basically a huge log, no relational…
asked April 16, 2011 1:56 pm CDT
almosnow
1
vote
1 answers
33 views

SQL, Postgres OIDs, What are they and why are they useful ?

Hi, I am looking at some PostgreSQL table creation and I stumble upon this CREATE TABLE ( ... ) WITH ( OIDS = FALSE ); I read the documentation…
asked April 11, 2011 1:13 pm CDT
fabrizioM
0
votes
1 answers
35 views

Saving widget settings: php file vs db [apc installed]

What would be faster in terms of performance and usability of editing etc. Storing the settings for widget in a file or storing the settings for it…
asked April 1, 2011 4:59 pm CDT
user658911
Pages : 1 | 2 | 3 >
45

database performance

Tagged: database + performance
Related Tags
mysql × 281
php × 68
sql × 47
apache × 45
database × 45
postgresql × 43
query × 43
mongodb × 34
optimization × 25
innodb × 21
java × 21
http × 19
sqlite × 19
linux × 15
index × 15
regex × 14
myisam × 11
indexing × 11
join × 11
redis × 9
c# × 9
nosql × 9
memcached × 9
ssl × 8
nginx × 8
tomcat × 8
django × 8