[MDEV-3477] LP:635745 - Full table scans very slow in OQGRAPH Created: 2010-09-11 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Philip Stoev (Inactive) | Assignee: | Unassigned |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
Full table scans, such as those used in the SELECT * FROM table query issued by mysqldump are extremely slow. A 1-million node table takes more than 30 minutes to dump, which means less than 1000 rows per second. This makes it practically impossible to dump tables at server shutdown for the purpose of obtaining some data persistency. The backtrace is as follows: #0 open_query::edges_cursor::fetch_row (this=0xa735afd8, row_info=..., result=...) at graphcore.cc:1070 And looping seems to happen here: (gdb) list bzr version-info: revision-id: <email address hidden> |
| Comments |
| Comment by Arjen Lentz (Inactive) [ 2010-09-11 ] |
|
Re: Full table scans very slow |
| Comment by Philip Stoev (Inactive) [ 2010-09-11 ] |
|
Re: Full table scans very slow in OQGRAPH My point were situations where building the graph would be costly, so people may prefer to dump and restore it rather than build it on server startup. At this time, once your graph is sufficiently large, it is not possible to take any data out of it, including via ALTER TABLE ENGINE , so keeping a copy in some other engine is imperative. |
| Comment by Philip Stoev (Inactive) [ 2010-09-11 ] |
|
Re: Full table scans very slow in OQGRAPH |
| Comment by Arjen Lentz (Inactive) [ 2010-09-21 ] |
|
Re: Full table scans very slow in OQGRAPH |
| Comment by Kristian Nielsen [ 2012-03-02 ] |
|
Re: Full table scans very slow in OQGRAPH |
| Comment by Arjen Lentz (Inactive) [ 2012-03-06 ] |
|
Re: Full table scans very slow in OQGRAPH |
| Comment by Rasmus Johansson (Inactive) [ 2012-03-06 ] |
|
Launchpad bug id: 635745 |