When MySQL needs to sort its output rows, and cannot do this via indexes, it uses a quicksort function called filesort(). This does not necessarily mean it will touch the disk at any time. If small enough, the sort can be performed in memory.

learn more… | top users | synonyms

0
votes
0answers
26 views

How to avoid filesort when JOINing

I'm still learning sql qury opotimization and still can't find the solution here :P mod_ad will have a lot of rows and additional data for car ads are store seperately in mod_ad_auta. Thank you for ...
0
votes
1answer
23 views

mySQL ORDER BY in joined tables

Ok, so i have the following schema and query which is very slow (when using real data) because of the ORDER BY: http://sqlfiddle.com/#!2/5e7bb/10 As per mysql man : "You are joining many tables, and ...
0
votes
3answers
71 views

Is it better to force index usage for an ORDER BY?

I'm currently trying to optimize a query generated by Doctrine 2 on this table: CREATE TABLE `publication` ( `id` int(11) NOT NULL AUTO_INCREMENT, `global_order` int(11) NOT NULL, `title` ...
1
vote
3answers
185 views

SugarCRM Slow Queries (on MySQL)

We are using SugarCRM with a MySQL 5.5 database and are seeing poor performance with a frequently occuring query. Unfortunately re-ordering of the query is not possible due to the nature of ...
2
votes
1answer
82 views

Impossible to avoid 'using filesort' in a very simple query with order

I'm trying to create a select query but mysql always use "using filesort" in extra when I use explain query. I try with the most simple query, but the problem doesn't disappear. The structure of my ...
5
votes
1answer
59 views

Using IN() clause resulting in Filesort

I have a simple table -> id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY by_id INT UNSIGNED NOT NULL posted_on INT UNSIGNED NOT NULL My table engine is MyISAM. I have a multiple column index ...
0
votes
0answers
80 views

MySQL using “filesort” and not using my indexes when doing a SELECT * - INNER JOIN - ORDER BY

I have always found answers to my problems on StackOverflow, so I hope this new problem will be cleared as well. I have a MySQL 5.5 DataBase containing these tables : CREATE TABLE IF NOT EXISTS ...
0
votes
0answers
24 views

MySQL Table Repair starts with filesort and switches to keycache?

So I have this Windows 7 based MySQL server version 5.5, x64 that's been giving me some unexpected behavior. Namely, after importing a ~120GB table from a file (LOAD DATA INFILE) it finishes the ...
0
votes
1answer
25 views

How to design an index/query to avoid filesort in a simple MySQL query?

I have a table entrytable, that has the colums datum, username, status, status_spam_user, status_spam_system and text. I want to select the content of the column text, from rows that have certain ...
1
vote
1answer
561 views

Using index, using temporary, using filesort - how to fix this?

I'm working on a event tracking system which uses a handful of lookup tables as well as the primary logging table. In a report I'm writing, an object can be selected to view statistics against. The ...
1
vote
1answer
67 views

mysql select from table 1 join and order by table 2 , optimization filesort

read mysql post but couldnt find the solution. Any pointers would be appreciated. I have 2 tables A,B Table A has folderid mapped to multiple feedid (1 to many ) Table B has feedid and data ...
3
votes
2answers
167 views

Improve performance or redesign 'greatest-n-per-group' mysql query

I'm using MySQL5 and I currently have a query that gets me the info I need but I feel like it could be improved in terms of performance. Here's the query I built (roughly following this guide) : ...
0
votes
1answer
93 views

Using Filesort - Can't avoid it, even using index

I have a table with 40,000,000 rows, and I'm trying to optimize my query, because takes too long. First, this is my table: CREATE TABLE resume ( yearMonth char(6) DEFAULT NULL, type char(1) ...
1
vote
5answers
443 views

MYSQL performance slow using filesort

I have a simple mysql query, but when I have a lot of records (currently 103,0000), the performance is really slow and it says it is using filesort, im not sure if this is why it is slow. Has anyone ...
0
votes
3answers
85 views

mysql - avoiding filesort due to invalid index..?

I am running a query joining multiple tables through a date range search and stuck trying to figure out how to further optimize it. SELECT ACC.name AS account_name, CAMP.account_id AS ...
0
votes
2answers
123 views

sort files by their name in php

How can I sort files inside a directory by their file name using PHP ? I have many files inside a directory and I have to list them sorted by name in a page.
2
votes
2answers
336 views

mysql indexes and optimizations, Using where; using temporary; using filesort

Which Tables and columns should have indexes? I have an index on flow_permanent_id and entry_id, but it seems to be using filesort? What can I do to optimize this? mysql> explain SELECT COUNT(*) ...
2
votes
5answers
154 views

optimizing query order by results to Using filesort;

Query : SELECT r.reply_id, r.msg_id, r.uid, r.body, r.date, u.username as username, u.profile_picture as profile_picture FROM ...
1
vote
3answers
612 views

MySQL not using index

I have table: CREATE TABLE IF NOT EXISTS `TxtDila` ( `ID` int(11) NOT NULL AUTO_INCREMENT, ... `Datum` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, ... PRIMARY KEY (`ID`), KEY `Datum` ...
10
votes
6answers
508 views

Complex MySQL query still using filesort although indexes exist

I have a Joomla table with thousands of rows of content (approx 3million). I'm having a bit of trouble rewriting the database queries to be as fast as possible when querying the tables. Here is my ...
0
votes
2answers
269 views

FileSort in visual basic based TimeStamp mentioned in the file names

how to sort the files in the directory based on the part of the file name? File format: prod_orders_XXX_<TimeStamp>.datXXX = symbol of the product and the length may varies. <TimeStamp> = ...
0
votes
1answer
258 views

Sorting Group of Files Using HashTable - Visual Basic

how to sort the group of files in the directory using Hashtable by values? i'll have more than 500 no of files in the below format: prod_orders_XXX_<TimeStamp>.dat XXX = symbol of the ...
0
votes
1answer
355 views

File Sorting using Visual Basic

how to sort the files in the directory ? i'll have more than 500 no of files in the below format. prod_orders_XXX_<TimeStamp>.dat XXX = symbol of the product and the length may ...
0
votes
1answer
117 views

How to avoid filesort for that mysql query?

I'm using this kind of queries with different parameters : EXPLAIN SELECT SQL_NO_CACHE `ilan_genel`.`id` , `ilan_genel`.`durum` , `ilan_genel`.`kategori` , `ilan_genel`.`tip` , `ilan_genel`.`ozellik` ...
1
vote
2answers
141 views

Removing 'using filesort' from query

I have the following query: SELECT * FROM shop_user_member_spots WHERE delete_flag = 0 ORDER BY date_spotted desc LIMIT 10 When run, it takes a few minutes. The table is around 2.5 ...
0
votes
3answers
186 views

sorting text files with python

Say I have a text file with recipes fomatted like this: TITLE: Michigan Pie: INGREDIENTS: 8 oz cream cheese 1 can sweetened, condensed milk ¼ c lemon juice 15 oz crushed pineapple 8 oz ...
0
votes
1answer
99 views

MySQL avoid filesort in inner query

I am trying to avoid filesort but not getting luck in removing it from inner query. If I move condition to outer query then it shows me nothing. Create table articles ( article_id Int UNSIGNED NOT ...
3
votes
1answer
412 views

MYSQL using filesort when ORDER BY indexed column in simple query

I've seen a lot of similar questions, but I'm not seeing a solution that will work for me. Or maybe I'm just being dense. :) Hopefully someone can help me out. I have the following table: CREATE ...
2
votes
2answers
494 views

How to avoid filesort for this mysql query

I need some help in avoiding filesort for this query. SELECT id FROM articles USE INDEX(group) WHERE type = '4' AND category = '161' AND did < '10016' AND id < ...
4
votes
1answer
560 views

MySQL not using indexes; using filesort

MySQL appears to be not using indexes and is using filesort on the following query: SELECT `tweets`.* FROM `tweets` WHERE (`tweets`.contest_id = 159) ORDER BY tweet_id ASC, tweeted_at ...
1
vote
1answer
1k views

MySQL Join Optimisation: Improving join type with derived tables and GROUP BY

I am trying to improve a query which does the following: For every job, add up all the costs, add up the invoiced amount, and calculate a profit/loss. The costs come from several different tables, ...
0
votes
3answers
437 views

Optimize slow MySQL query to remove Using where; Using temporary; Using filesort

I'm trying to optimize a query which is taking over 2 seconds to return a response against a database of only 10,000 records. Explain shows it should return almost instantly. I assume the slow ...
2
votes
2answers
473 views

mysql single table SELECT query ORDER BY causes FILESORT

I looked through multiple similar posts trying to get input on how to redefine my index but can't figure this out. Every time i include the ORDER BY statement, it uses filesort to return the ...
4
votes
2answers
592 views

MySQL 5.1 using filesort event when an index is present

Probably I'm missing some silly thing... Apparently MySQL 5.1 keeps doing a Filesort even when there is an index that matches exactly the column in the ORDER BY clause. To post it here, I've ...
1
vote
0answers
132 views

Remove filesort from query [duplicate]

Possible Duplicate: optimize select query with ORDER BY and MATCH AGAINST Filesort is causing this query to run very slow. Anyone look at this and figure out how I can optimize it. CREATE ...
6
votes
1answer
866 views

optimize select query with ORDER BY and MATCH AGAINST

The following query takes 25 seconds with 2 table joins. The first posts table has 150,00 rows, topics table has 50,000 rows. Anyone know how I can speed this up. SELECT SQL_NO_CACHE ...
6
votes
2answers
6k views

MySQL Explain: what's causing 'Using temporary; Using filesort'

I'm planning on creating a view using this SQL SELECT, but the explain for it shows it's using temporary and using filesort. I can't figure out what indices I need in order to fix this problem. ...
1
vote
2answers
421 views

Slow MySQL query

Hey i have a very slow MySQL query. im sure all i need to do is add the correct index but all the things i try dont work. the query is SELECT DATE(DateTime) as 'SpeedDate', avg(LoadTime) as ...
0
votes
1answer
65 views

Is it plausible to index a field that is constantly changing, or will the constant writing diminish performance?

I'm currently indexing one of my MySQL tables and have come to a point where I need advice from an expert on how to proceed. The table is structured similar to the following: ProductID - INT - ...
0
votes
3answers
318 views

mysql query optimization (wrong indexes?) avoid filesort

I will try to explain myself quickly. I have a database called 'artikli' which has about 1M records. On this table i run a lots of different queryies but 1 particular is causing problems (long ...
2
votes
3answers
115 views

Is there a way to use the index to avoid a filesort when OR is used in MySQL query?

I have the following query and the following 2 indexes, but I am still getting a filesort. Is there a way to optimize this further so that I avoid the filesort, or do I just need to live with it? ...
0
votes
2answers
699 views

order by causes filesort

I still have following problem EXPLAIN EXTENDED SELECT `item`.`id`, `item`.`timestamp`, `item`.`label` FROM item WHERE item.dataTypeId=30 GROUP BY item.id ORDER BY item.timestamp DESC ...
3
votes
2answers
4k views

Sort file according to the second column?

i have a file like this:: FirstName, FamilyName, Address, PhoneNumber i need to sort this file according to the family name ??
1
vote
1answer
199 views

Problem with Mysql index when using “OR” statement

Is there any way how to create an functioning index for this query and to get rid of "filesort"? SELECT id, title FROM recipes use index (topcat) where (topcat='$cid' or topcat2='$cid' or ...
2
votes
4answers
189 views

How can I improve the performance of this MySQL query?

I have a MySQL query: SELECT DISTINCT c.id, c.company_name, cd.firstname, cd.surname, cis.description AS industry_sector FROM (clients ...
2
votes
2answers
2k views

In Ruby, how do you list/sort files before folders in a directory listing?

I have to following code in ruby: <% files = Dir.glob('/**/*') files.each do |file| puts file end %> It outputs (for example): /dirA/file1.txt /dirA/file2.txt /dirB/file1.txt ...
0
votes
2answers
357 views

SQL Query always uses filesort in order by clause

I am trying to optimize a sql query which is using order by clause. When I use EXPLAIN the query always displays "using filesort". I am applying this query for a group discussion forum where there are ...
4
votes
3answers
5k views

Mysql slow query: INNER JOIN + ORDER BY causes filesort

I'm trying to optimize this query: SELECT `posts`.* FROM `posts` INNER JOIN `posts_tags` ON `posts`.id = `posts_tags`.post_id WHERE (((`posts_tags`.tag_id = 1))) ORDER BY ...
2
votes
2answers
4k views

Optimizing MySql query to avoid using “Using filesort”

I need your help to optimize the query to avoid using "Using filesort".The job of the query is to select all the articles that belongs to specific tag. The query is: select title from tag, ...
1
vote
2answers
979 views

MySQL stuck on “using filesort” when doing an “order by”

I can't seem to get my query to stop using filesort. This is my query: SELECT s.`pilot`, p.`name`, s.`sector`, s.`hull` FROM `pilots` p LEFT JOIN `ships` s ON ( (s.`game` = p.`game`) AND ...

1 2