My account: Login | Sign Up
Loading...

MySQL Performance - www.mysqlperformanceblog.com | Site profile

rss Atom  |   RSS
Site profile page for http://www.mysqlperformanceblog.com. This report page has aggregated and summarized the online discussions from the Message Board located at http://www.mysqlperformanceblog.com. This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional site profile information for http://www.mysqlperformanceblog.com is also shown in the following divisions:

1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.

Title: MySQL Performance - http://www.mysqlperformanceblog.com MySQL Performance
Url: http://www.mysqlperformanceblog.com
Users activity: 1 post per thread
site activity: 19 active threads during last week
Site rank: 7,609 (go to rank page)
Domain info for: mysqlperformanceblog.com
 

Posting activity table on MySQL Performance:

  Week Month 3 Months
Threads: 19 82 241
Post: 25 122 347
 

Authority Badge:

MySQL Performance | Forum Authority Badge

MySQL Performance posting activity graph:

Posts by:  day  week  month 
 

http://www.mysqlperformanceblog.com Alexa graph:

Top authors on MySQL Performance during last week:

Name Posts
debug 4
vgatto 3
ileh 3
bilboa 2
mdelatorre 2
newtomysql 2
mhnatiuk 2
mindfever 1
vetrib2w 1
admini 1
 

Top 10 active forums on MySQL Performance during last week:

MySQL - 28 new posts MySQL - forum profile
 

Top 10 forums on MySQL Performance:

MySQL - 2,915 posts MySQL - forum profile
FullText - 73 posts FullText - forum profile

Latest active threads on MySQL Performance:

Started 2 days, 10 hours ago (2008-09-05 18:45:00)  by ylibrach
I am currently implementing a system that interfaces between retailers and wholesalers and needs to have logging capabilities. Problem is that there will be roughly 20,000 retailers accessing about 300 wholesalers. Obviously, a row will need to be entered into the table for each retailer accessing each wholesaler (or a potential 20,000 x 300 = 6,000,000 rows). Problem is that I need ...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (1 post) Size: 1,736 bytes
Customize:  Customize "About 20 million rows, should I be worried? [message #3503] :: MySQL :: MySQL Performance"
Started 7 months ago (2008-02-06 06:47:00)  by ilys
Hi, When will come new microslow patch for mysql-5.0.54? Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (13 posts) Size: 228 bytes
Customize:  Customize "microslow patch for mysql-5.0.54 [message #2595] :: MySQL :: MySQL Performance"
Started 3 days, 20 hours ago (2008-09-04 08:49:00)  by sterma
hi guys, does it make sense to flush all open tables in scheduled times? (maybe crontab) the reason: our database got much statements from our CMS portal every 10min. the open_tables value (512) inreases very fast in a few days finally until to the limit. so mysql starting to use tmp. tables. I understand the mysql "open_table_cache" as follows: mysql try to hold tables ...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (1 post) Size: 1,356 bytes
Customize:  Customize "FLUSH_TABLE Statement [message #3501] :: MySQL :: MySQL Performance"
Started 1 week ago (2008-08-31 20:58:00)  by mdelatorre
I am using Ubuntu Server 8.04 and I will like to do some tunning to my MySQL database, but before I will like to get a descent benchmark tool. What options do I have? Thanks. Manuel. Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (3 posts) Size: 388 bytes
Customize:  Customize "Benchmark tool for MySQL [message #3485] :: MySQL :: MySQL Performance"
Started 6 days, 13 hours ago (2008-09-01 16:22:00)  by bilboa
Hi, I didn't really find similar cases: I have 2 tables (in 2 different databases, if that makes a difference). These tables have an equal number of fields, named the same, eg: db1.table1: id, name, info1, info2 db2.table1: id, name, info1, info2 I need to match every field of every column with the other's table column. I need to find out which field is equal to ...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (3 posts) Size: 1,838 bytes
Customize:  Customize "table to table matching [message #3487] :: MySQL :: MySQL Performance"
Started 1 week, 1 day ago (2008-08-30 13:56:00)  by newtomysql
Dear All, I am currently using the .net connector. So I would like to run distributed transaction meaning that I need to commit multiple database at one gone. Can .net connector support distributed transaction? Thanks. Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (3 posts) Size: 389 bytes
Customize:  Customize "Mutliple database commit using .net connector ? [message #3480] :: MySQL :: MySQL Performance"
Started 1 week, 1 day ago (2008-08-30 13:04:00)  by vetrib2w
hi, I need to know 1. How to create new user in mysql (im using WAMP )? 2. How to change username ? 3. Can i hide my databases for other user..... guide me plz.... thanks in advance............... Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (2 posts) Size: 409 bytes
Customize:  Customize "To change username [message #3479] :: MySQL :: MySQL Performance"
Started 6 days, 1 hour ago (2008-09-02 03:55:00)  by mindfever
Hi, I have a MySQL 4.1 database that has a number of tables. All up the tables and indexes take up 1.3 gig, but I have one table in there "user_events" that takes up 1.1 gig. This "user_events" table is an InnoDB table that records events that users do, so is mostly used to write new entries into and ocasionally is used to get a list of recent events for a user. Ideally I'd like...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (1 post) Size: 1,235 bytes
Customize:  Customize "Limiting memory of an individual table? [message #3493] :: MySQL :: MySQL Performance"
Started 6 days, 8 hours ago (2008-09-01 20:57:00)  by tom123
Hi all! I'm new to this cool forum I have a DELL PowerEdge 1950, 2x 146GB SAS 15k RPM in hardware Raid1 and 4GB ram. This server is a mysql server only. Not other services on it. I have a database with an innodb table of more than 1.800.000 records growing up quickly and I have a website that has more than 1.500.000 page views per day. Each page view does a select on the ...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (2 posts) Size: 935 bytes
Customize:  Customize "InnoDB, 1.800.000 rows and more than 1.500.000 users per day [message #3491] :: MySQL :: MySQL Performance"
Started 1 week ago (2008-08-31 16:35:00)  by ileh
Hi, I have a few big tables but only a small portion is normally used for selects. However, it takes a long time to make the initial selects until the data is cached into memory (query cache or some other memory cache). I noticed that MySQL creates 1 file per table, I feel this is quite bad for performance? Is there any way to either move the most used rows into the start of the...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (5 posts) Size: 982 bytes
Customize:  Customize ""defragmentation" or splitting tables? [message #3484] :: MySQL :: MySQL Performance"
 

Hot threads for last week on MySQL Performance:

Started 1 week ago (2008-08-31 16:35:00)  by ileh
Hi, I have a few big tables but only a small portion is normally used for selects. However, it takes a long time to make the initial selects until the data is cached into memory (query cache or some other memory cache). I noticed that MySQL creates 1 file per table, I feel this is quite bad for performance? Is there any way to either move the most used rows into the start of the...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (5 posts) Size: 982 bytes
Customize:  Customize ""defragmentation" or splitting tables? [message #3484] :: MySQL :: MySQL Performance"
Started 1 week ago (2008-08-31 20:58:00)  by mdelatorre
I am using Ubuntu Server 8.04 and I will like to do some tunning to my MySQL database, but before I will like to get a descent benchmark tool. What options do I have? Thanks. Manuel. Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (3 posts) Size: 388 bytes
Customize:  Customize "Benchmark tool for MySQL [message #3485] :: MySQL :: MySQL Performance"
Started 6 days, 13 hours ago (2008-09-01 16:22:00)  by bilboa
Hi, I didn't really find similar cases: I have 2 tables (in 2 different databases, if that makes a difference). These tables have an equal number of fields, named the same, eg: db1.table1: id, name, info1, info2 db2.table1: id, name, info1, info2 I need to match every field of every column with the other's table column. I need to find out which field is equal to ...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (3 posts) Size: 1,838 bytes
Customize:  Customize "table to table matching [message #3487] :: MySQL :: MySQL Performance"
Started 1 week, 1 day ago (2008-08-30 13:56:00)  by newtomysql
Dear All, I am currently using the .net connector. So I would like to run distributed transaction meaning that I need to commit multiple database at one gone. Can .net connector support distributed transaction? Thanks. Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (3 posts) Size: 389 bytes
Customize:  Customize "Mutliple database commit using .net connector ? [message #3480] :: MySQL :: MySQL Performance"
Started 1 week, 1 day ago (2008-08-30 16:22:00)  by mhnatiuk
Hi, i have 3 tables from which i want to extract values to third table. im doing this using perl since I've no idea how to join all these queries into one. i want to extract user information from these three tables. The problem im experiencing concerns lines: count(posts.id) and count(comments.id) -> i want to query for information how many comments every blog has received and how many posts...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (2 posts) Size: 2,668 bytes
Customize:  Customize "Mysql inner join on 3 tables [message #3481] :: MySQL :: MySQL Performance"
Started 1 week, 1 day ago (2008-08-30 13:04:00)  by vetrib2w
hi, I need to know 1. How to create new user in mysql (im using WAMP )? 2. How to change username ? 3. Can i hide my databases for other user..... guide me plz.... thanks in advance............... Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (2 posts) Size: 409 bytes
Customize:  Customize "To change username [message #3479] :: MySQL :: MySQL Performance"
Started 6 days, 8 hours ago (2008-09-01 20:57:00)  by tom123
Hi all! I'm new to this cool forum I have a DELL PowerEdge 1950, 2x 146GB SAS 15k RPM in hardware Raid1 and 4GB ram. This server is a mysql server only. Not other services on it. I have a database with an innodb table of more than 1.800.000 records growing up quickly and I have a website that has more than 1.500.000 page views per day. Each page view does a select on the ...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (2 posts) Size: 935 bytes
Customize:  Customize "InnoDB, 1.800.000 rows and more than 1.500.000 users per day [message #3491] :: MySQL :: MySQL Performance"
Started 1 week ago (2008-08-31 12:03:00)  by admini
my system: - MySQL Connector.NET 5.2, ASP.net 2 on Windows 2003 / IIS6 - MySQL 5.0.20 on Debian MySQL server has 2 Dual-Core CPUs, I thing 3GHz, 4GB RAM. I have a 2M rows table, with an ~500K rows/month. table: DROP TABLE IF EXISTS `a7`.`pb_im`; CREATE TABLE `a7`.`pb_im` ( `m_id` int(11) NOT NULL auto_increment, `m_date` bigint(14) NOT NULL, `m_from` int(...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (1 post) Size: 2,351 bytes
Customize:  Customize "Irelevant results with 2M table and index [message #3483] :: MySQL :: MySQL Performance"
Started 6 days, 1 hour ago (2008-09-02 03:55:00)  by mindfever
Hi, I have a MySQL 4.1 database that has a number of tables. All up the tables and indexes take up 1.3 gig, but I have one table in there "user_events" that takes up 1.1 gig. This "user_events" table is an InnoDB table that records events that users do, so is mostly used to write new entries into and ocasionally is used to get a list of recent events for a user. Ideally I'd like...
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (1 post) Size: 1,235 bytes
Customize:  Customize "Limiting memory of an individual table? [message #3493] :: MySQL :: MySQL Performance"
Started 7 months ago (2008-02-06 06:47:00)  by ilys
Hi, When will come new microslow patch for mysql-5.0.54? Report message to a moderator
Forum:  MySQL MySQL - forum profile
Thread:  Show this thread (13 posts) Size: 228 bytes
Customize:  Customize "microslow patch for mysql-5.0.54 [message #2595] :: MySQL :: MySQL Performance"

This page was found by:   mysql select top 10 ...  "web game" mysql inn...  mysql query record s...  mysql rand() perform...  mysql reducing table...