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

optimization

0
votes
1 answer
42 views

Drag from mysql with counting and limiting

Is it possible to create a drag from mysql and count the total number of rows, but only get 20 rows at a time?
asked June 25, 2011 8:57 am CDT
Diblo Dk
2
votes
3 answers
43 views

MySQL problem - COMPLETE server overrun! Please advise...

This is my first question here so please don't be tough on me... :P I usually tend to google my way to a solution but now I'm in a hurry and have…
asked June 24, 2011 5:41 am CDT
Ionut Caba
2
votes
3 answers
48 views

Parsing and Inserting 10 million records into SQL

So I have ~10 million records in an excel file that have to be parsed out in a specific way (I can't just convert to CSV and insert it like that)…
asked June 23, 2011 12:53 pm CDT
Chris Maness
0
votes
2 answers
59 views

How to optimize apache on web-server

how can I optimize the server with following configuration. It takes too much time to load a page. IBM X3200 M3 Server - 1 Intel Xeon Processor with…
asked June 23, 2011 8:51 am CDT
Prakash
0
votes
5 answers
38 views

Mysql Query optimization

Below is my Table Structure Table 1 id name Table 2 id table1_id I want the rows from table 1 which have no reference value in table 2. Example…
asked June 23, 2011 12:51 am CDT
Avinash
0
votes
0 answers
38 views

Apache Server status, is this a bad sign?

I've been monitoring my Apache Status lately, and a lot of my users are saying how slow the site is to respond. Here is the Apache Status: Current…
asked June 21, 2011 8:07 pm CDT
Moe
0
votes
0 answers
46 views

Settings http request & response headers for caching. Best optimization in my code?

I', working hard to get the caching on my site PERFECT, but with so many options I'm a big lost. I've been testing with google 'Page Speed' to see…
asked June 20, 2011 2:18 pm CDT
Jackson Gariety
1
vote
2 answers
18 views

Mysql optimization operator 'I N'

I have this query. I want to optimization this query,because it takes more then 4.sec ![SELECT clerk_id, COUNT(*) AS num FROM `contracts` WHERE…
asked June 20, 2011 3:48 am CDT
Oyeme
0
votes
0 answers
23 views

Update queries for mysql tables with a varchar and an int column

I have a table which has 4-5 varchar columns and an int column(last column of the row). This int column is constantly updated using an UPDATE query.…
asked June 19, 2011 8:47 pm CDT
Incognito
0
votes
2 answers
25 views

[MYSQL] Using temporary; using filesort.. slow query

i have a very simple query that im trying to optimize, its taking 2~5 secs to execute. This is my CREATE TABLE CREATE TABLE `artist` ( `id` INTEGER…
asked June 18, 2011 1:27 pm CDT
Peibol
1
vote
5 answers
31 views

Postgres - Slow simple join with where-clause

I am having some trouble optimizing a query, and was hoping that someone here might be able to provide a few pointers. I have two tables: CREATE…
asked June 17, 2011 7:46 am CDT
Thomas Dippel
0
votes
2 answers
31 views

Optimizing a MySQL SELECT query?

How much can the following query be changed to improve it's performance on a "large" database? SELECT SQL_CALC_FOUND_ROWS wp_rb_posts.* FROM…
asked June 16, 2011 3:15 pm CDT
Tal Galili
-1
votes
0 answers
25 views

What is the biggest bottlekneck for a web server?

I am the lead engineer for a startup, and because of that, I am in charge of managing the servers. When building/purchasing servers for the site, It…
asked June 15, 2011 9:11 pm CDT
Colum
2
votes
2 answers
34 views

Optimal column type for latitude and longitude on Rails and MySQL

I'm wondering what's the best column type to store latitude/longitude on MySQL + Rails. Precision must be enough to store every bit of lat/lng…
asked June 14, 2011 7:30 pm CDT
kenn
0
votes
1 answer
36 views

Nulls in InnoDBs clustered index?

Using InnoDB in MySQL, I want to speed up selects by utilizing the clustered index better, thus including more frequently used columns in the…
asked June 14, 2011 3:36 pm CDT
Qtax
0
votes
1 answers
30 views

Fastest way to redirect missing image files

I have an on-the-fly thumbnailing system and am trying to find the best way to make sure it's as fast as possible when serving up images. Here is…
asked June 14, 2011 1:11 pm CDT
cbh
0
votes
2 answers
41 views

Best method for xml data storage

I am a php/mysql developer learning android. I am creating an android app that receives info from my php app to create list views of different…
asked June 14, 2011 11:51 am CDT
Traveling_Monk
0
votes
2 answers
31 views

Query optimization: max() in subquery

select active from websites where id = (select max(id) from websites where url = 'google.com') id select_type table type possible_keys key key_len…
asked June 14, 2011 11:49 am CDT
gAMBOOKa
1
vote
3 answers
35 views

MySQL select query with join and a lot of results optimization

I have two tables. The first one contains all the item informations and the second contains the item ID with a category ID. The reason of that is…
asked June 14, 2011 9:46 am CDT
Marm
2
votes
2 answers
24 views

Use ORDER BY 'x' with a JOIN, but keep rows that don't have a value for 'x'

This is simplified version of a relatively complex problem that myself and my colleagues can't quite get our heads around. Consider two tables,…
asked June 14, 2011 7:36 am CDT
brendo
Pages : 1 | 2 | 3 | 4 | 5 > [13]
258

optimization

Tagged: optimization
Related Tags
mysql × 181
sql × 42
query × 42
php × 37
performance × 25
database × 16
apache × 14
indexing × 13
postgresql × 12
sqlite × 11
index × 11
innodb × 10
join × 9
http × 8
regex × 8
nosql × 7
memcached × 6
speed × 6
java × 5
mongodb × 5
c# × 5
subquery × 4
nginx × 4
python × 4
group-by × 4
select × 4