<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>MySQL Forums - MySQL &amp; Storage</title>
        <description>Forum for SAN, NAS, iSCSI, RAID, etc.</description>
        <link>http://forums.mysql.com/list.php?123</link>
        <lastBuildDate>Tue, 21 May 2013 23:00:12 +0000</lastBuildDate>
        <generator>Phorum 5.2.19</generator>
        <item>
            <guid>http://forums.mysql.com/read.php?123,583684,583684#msg-583684</guid>
            <title>Howmany no of tables can be created in a DB in mysql? (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,583684,583684#msg-583684</link>
            <description><![CDATA[ Hi,<br />
Can someone please give me a rough estimate of howmany tables we can created in a MySQL DB?<br />
<br />
Can we create millions of tables in a DB by increasing the hardware alone? Will there be any performance degradation if we have millions of tables in a DB?<br />
<br />
Thanks,<br />
Velmuurgan.P]]></description>
            <dc:creator>Velmurugan Panneerselvam</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Thu, 11 Apr 2013 11:59:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,568157,568157#msg-568157</guid>
            <title>Network Consultants (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,568157,568157#msg-568157</link>
            <description><![CDATA[ To create better ROI, Our solutions are developed and designed in a such a way IT resources, we focus first on understanding your management perspective,]]></description>
            <dc:creator>itwizard solution</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Tue, 11 Sep 2012 06:22:51 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,564542,564542#msg-564542</guid>
            <title>MySQL on VMware NFS data store (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,564542,564542#msg-564542</link>
            <description><![CDATA[ Wondering if anyone has deployed a MySQL server on VMware back-ended by an NFS (NetApp) datastore?]]></description>
            <dc:creator>Michael Andrews</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Thu, 09 Aug 2012 18:47:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,563585,563585#msg-563585</guid>
            <title>Import CSV file into the MySQL database (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,563585,563585#msg-563585</link>
            <description><![CDATA[ Hello,<br />
<br />
I have records into .CSV file and I want to import them into MySQL database. Whenever I import the .CSV I get the message “Import has been successfully finished…” but only 79 out of 114 records will be inserted into the database. When I try to import the CSV file with 411 records, just 282 will be inserted. The CSV file which got 411 records includes two categories of records “Active and Sold” whereby 114 records are Active. Has someone gotten this type of problem? If so what should be done?<br />
<br />
Thanks]]></description>
            <dc:creator>Support 2011</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Wed, 01 Aug 2012 20:43:01 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,557913,557913#msg-557913</guid>
            <title>MySQL unstable behavior with external stroge (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,557913,557913#msg-557913</link>
            <description><![CDATA[ In our project we are using MySQL 5.0.90(InnoDB engine) server with an external storage. We store MySQL data files in an external storage. When the external storage down for a reason we have unstable behaviours. So we made some tests.<br />
<br />
In Windows Server 2008<br />
<br />
We closed external storage physically. MySQL service stoped and we could not reach the server. Then we opened the storage unit and we could start service<br />
<br />
Logs<br />
<br />
120618 14:49:30 InnoDB: Operating system error number 21 in a file operation.<br />
InnoDB: Some operating system error numbers are described at<br />
InnoDB: <a href="http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html</a><br />
InnoDB: File name E:\Data\ibdata1<br />
InnoDB: File operation call: 'aio write'.<br />
InnoDB: Cannot continue operation.<br />
We made storage unit offline from operating system. After 3-4 minutes and some insert trials(some insert trials succeded) MySQL service stoped and we could not reach the server.<br />
<br />
Logs<br />
<br />
120618 14:27:21 InnoDB: Operating system error number 21 in a file operation.<br />
InnoDB: Some operating system error numbers are described at<br />
InnoDB: <a href="http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html</a><br />
InnoDB: File name E:\Data\ibdata1<br />
InnoDB: File operation call: 'aio read'.<br />
InnoDB: Cannot continue operation.<br />
Then we made storage unit online and tried to start the service<br />
<br />
Logs<br />
<br />
InnoDB: The first specified data file E:\ibdata1 did not exist:<br />
InnoDB: a new database to be created!<br />
120618 14:29:00 InnoDB: Setting file E:\ibdata1 size to 10 MB<br />
InnoDB: Database physically writes the file full: wait...<br />
InnoDB: Error: all log files must be created at the same time.<br />
InnoDB: All log files must be created also in database creation.<br />
InnoDB: If you want bigger or smaller log files, shut down the<br />
InnoDB: database and make sure there were no errors in shutdown.<br />
InnoDB: Then delete the existing log files. Edit the .cnf file<br />
InnoDB: and start the database again.<br />
120618 14:29:00 [ERROR] Default storage engine (InnoDB) is not available<br />
120618 14:29:00 [ERROR] Aborting<br />
Then we tried to reconfigure MySQL<br />
<br />
Logs<br />
<br />
InnoDB: End of page dump<br />
120618 14:34:02 InnoDB: Page checksum 1575996416, prior-to-4.0.14-form checksum 1371122432<br />
InnoDB: stored checksum 0, prior-to-4.0.14-form stored checksum 0<br />
InnoDB: Page lsn 0 0, low 4 bytes of lsn at page end 0<br />
InnoDB: Page number (if stored to page already) 0,<br />
InnoDB: space id (if created with &gt;= MySQL-4.1.1 and stored already) 0<br />
120618 14:34:02 - mysqld got exception 0xc0000005 ;<br />
This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. We will try our best to scrape up some info that will hopefully help diagnose the problem, but since we have already crashed, something is definitely wrong and this may fail.<br />
<br />
key_buffer_size=0<br />
<br />
read_buffer_size=65536<br />
max_used_connections=0<br />
max_connections=100<br />
threads_connected=0<br />
It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_connections = 32000 K bytes of memory Hope that's ok; if not, decrease some variables in the equation.<br />
<br />
thd=00000000<br />
<br />
Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong...<br />
006D2DB6 mysqld-nt.exe!page_cur_search_with_match()[page0cur.c:347]<br />
0067A777 mysqld-nt.exe!btr_cur_search_to_nth_level()[btr0cur.c:500]<br />
006B2E0E mysqld-nt.exe!btr_pcur_open_on_user_rec()[btr0pcur.c:549]<br />
006A5615 mysqld-nt.exe!dict_load_indexes()[dict0load.c:604]<br />
006A6424 mysqld-nt.exe!dict_load_sys_table()[dict0load.c:1023]<br />
006BBB20 mysqld-nt.exe!dict_boot()[dict0boot.c:378]<br />
00668A79 mysqld-nt.exe!innobase_start_or_create_for_mysql()[srv0start.c:1462]<br />
00444462 mysqld-nt.exe!innobase_init()[ha_innodb.cc:1427]<br />
0044B30D mysqld-nt.exe!ha_init()[handler.cc:483]<br />
004B923E mysqld-nt.exe!init_server_components()[mysqld.cc:3431]<br />
004BD070 mysqld-nt.exe!win_main()[mysqld.cc:3806]<br />
c004BD43B mysqld-nt.exe!mysql_service()[mysqld.cc:3967]<br />
006E28EF mysqld-nt.exe!_threadstart()[thread.c:196]<br />
75583677 kernel32.dll!BaseThreadInitThunk()<br />
77359D72 ntdll.dll!RtlInitializeExceptionChain()<br />
77359D45 ntdll.dll!RtlInitializeExceptionChain()<br />
The manual page at <a href="http://dev.mysql.com/doc/mysql/en/crashing.html"  rel="nofollow">http://dev.mysql.com/doc/mysql/en/crashing.html</a> contains information that should help you find out what is causing the crash. 120618 14:29:00 [Note] C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete<br />
In Windows Server 2003<br />
<br />
We made storage unit offline. After 3-4 minutes and some insert trials(some insert trials succeded) MySQL service stoped and we could not reach the server.<br />
<br />
Logs<br />
<br />
InnoDB: Log scan progressed past the checkpoint lsn 0 9834427 120618 14:09:59 InnoDB: Database was not shut down normally!<br />
InnoDB: Starting crash recovery.<br />
InnoDB: Reading tablespace information from the .ibd files...<br />
InnoDB: Restoring possible half-written data pages from the doublewrite<br />
InnoDB: buffer...<br />
InnoDB: Doing recovery: scanned up to log sequence number 0 9834574<br />
120618 14:09:59 InnoDB: Starting an apply batch of log records to the database...<br />
InnoDB: Progress in percents: 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 . 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99<br />
InnoDB: Apply batch completed<br />
120618 14:10:00 InnoDB: Started; log sequence number 0 9834574<br />
120618 14:10:00 [Note] C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.<br />
Version: '5.0.90-community-nt' socket: '' port: 3306 MySQL Community Edition (GPL)<br />
120618 14:12:36 InnoDB: Operating system error number 21 in a file operation.<br />
InnoDB: Some operating system error numbers are described at<br />
InnoDB: <a href="http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html</a><br />
InnoDB: File name E:\Data\ibdata1<br />
InnoDB: File operation call: 'aio read'.<br />
InnoDB: Cannot continue operation.<br />
Then we made storage unit online we could not start the service until we reinstalled MySQL. Before reinstall we tried to reconfigure but it did not work.<br />
<br />
Logs<br />
<br />
120618 14:16:53 InnoDB: Operating system error number 3 in a file operation.<br />
InnoDB: The error means the system cannot find the path specified.<br />
InnoDB: If you are installing InnoDB, remember that you must create<br />
InnoDB: directories yourself, InnoDB does not create them.<br />
InnoDB: File name E:\Data\ibdata1<br />
InnoDB: File operation call: 'create'.<br />
InnoDB: Cannot continue operation.<br />
Could not start the MySQL service on Local Computer. Error 1067: The process terminated unexpectedly.(ERROR MESSAGE)<br />
<br />
We closed external storage physically. MySQL service stoped and we could not reach the server. After that we opened the storage unit and we could start service(not automatically)<br />
<br />
Logs<br />
<br />
120618 14:01:26 InnoDB: Operating system error number 21 in a file operation.<br />
InnoDB: Some operating system error numbers are described at<br />
InnoDB: <a href="http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html"  rel="nofollow">http://dev.mysql.com/doc/refman/5.0/en/operating-system-error-codes.html</a><br />
InnoDB: File name E:\Data\ibdata1<br />
InnoDB: File operation call: 'aio write'.<br />
InnoDB: Cannot continue operation.<br />
<br />
We presented external storage to the operating system via iSCSI interface<br />
<br />
We expect service to autostart after storage unit is online/open. But these tests show unstable behaviors. Is there any solutions to this.]]></description>
            <dc:creator>Onur Özçelik</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 18 Jun 2012 08:54:13 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,520232,520232#msg-520232</guid>
            <title>mysql + lun + cloning and snapping (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,520232,520232#msg-520232</link>
            <description><![CDATA[ Can anyone set me on the right path for the following;<br />
<br />
We have a mysql database on LUNS. I wish to do the following;<br />
<br />
Clone LUNS in a consistant state for backups<br />
SNAP from cloned LUNS for test/dev]]></description>
            <dc:creator>bob flynn</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Thu, 15 Mar 2012 14:16:19 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,515125,515125#msg-515125</guid>
            <title>RAID 5 suitablility for Mysql (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,515125,515125#msg-515125</link>
            <description><![CDATA[ Dear All,<br />
        I would like to know is RAID 5 suitable for Mysql? Thank you.]]></description>
            <dc:creator>newbie Shai</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 13 Feb 2012 12:16:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,433580,433580#msg-433580</guid>
            <title>Mysql can run on multi TB SAN? (1 reply)</title>
            <link>http://forums.mysql.com/read.php?123,433580,433580#msg-433580</link>
            <description><![CDATA[ I mean really big SAN like over 50TB?]]></description>
            <dc:creator>Mirabell Stoffen</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Sun, 16 Oct 2011 17:30:46 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,389072,389072#msg-389072</guid>
            <title>MySQL and file storage (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,389072,389072#msg-389072</link>
            <description><![CDATA[ Hello All,<br />
<br />
I have a reasonably small database (c. 7G) which stores data related to files found on the filesystem.  Up to now we have used NetApp/NFS for all datafiles (tablespaces, logfiles, binary logs) and our database runs in a replicated environment.  I am now considering moving the files (c. 5.5M) into the database for better transactional safety but will probably retain NFS storage as is (i.e., datafiles stay where they are etc.) - a lot of files are less than 10K, most are less than 100K but there are some that are considerably large (i.e., several MB)<br />
<br />
Has anyone got detailed experience with managing file assets in a database ? e.g., access times etc. Does anyone have general tuning tips (e.g., options) or advice on storage engines and row formats etc. ? Any thoughts welcome.<br />
<br />
I have heard that backups run slower but imagine this is less of a concern if we are using NFS snapshots (i.e., we won't want to use mysqldump etc.)<br />
<br />
Regards,<br />
Alan.]]></description>
            <dc:creator>Alan Moran</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Thu, 07 Oct 2010 09:20:31 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,376591,376591#msg-376591</guid>
            <title>FaceBook FlashCache (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,376591,376591#msg-376591</link>
            <description><![CDATA[ FaceBook FlashCache:<br />
<a href="http://github.com/facebook/flashcache"  rel="nofollow">http://github.com/facebook/flashcache</a><br />
<a href="http://www.facebook.com/note.php?note_id=388112370932"  rel="nofollow">http://www.facebook.com/note.php?note_id=388112370932</a><br />
<a href="http://www.percona.com/files/presentations/UC2010-An-Overview-of-Flash-Storage-for-Databases.pdf"  rel="nofollow">http://www.percona.com/files/presentations/UC2010-An-Overview-of-Flash-Storage-for-Databases.pdf</a><br />
<a href="http://perspectives.mvdirona.com/2010/04/29/FacebookFlashcache.aspx"  rel="nofollow">http://perspectives.mvdirona.com/2010/04/29/FacebookFlashcache.aspx</a><br />
<a href="http://www.mysqlperformanceblog.com/2010/04/27/level-2-flash-cache-is-there/"  rel="nofollow">http://www.mysqlperformanceblog.com/2010/04/27/level-2-flash-cache-is-there/</a><br />
<a href="http://www.mysqlperformanceblog.com/2010/05/10/flashcache-first-experiments/"  rel="nofollow">http://www.mysqlperformanceblog.com/2010/05/10/flashcache-first-experiments/</a><br />
<a href="http://www.mysqlperformanceblog.com/2010/05/18/flashcache-more-benchmarks/"  rel="nofollow">http://www.mysqlperformanceblog.com/2010/05/18/flashcache-more-benchmarks/</a><br />
<a href="http://www.mysqlperformanceblog.com/2010/05/25/flashcache-tpcc-workload/"  rel="nofollow">http://www.mysqlperformanceblog.com/2010/05/25/flashcache-tpcc-workload/</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Fri, 16 Jul 2010 17:03:30 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,363667,363667#msg-363667</guid>
            <title>When and Why you Must Buy an iSCSI or NAS (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,363667,363667#msg-363667</link>
            <description><![CDATA[ Confused about the differences between iSCSI and NAS? While both technologies allow small businesses to centralize its storage, they do so differently. Learn how choosing the right storage solution can help you avoid disaster and increase your ROI.<br />
<br />
Join us on Wednesday, April 21st, 2010 at 10am PST for our webinar, highlighting the key reasons why and when iSCSI is the best choice over NAS when selecting a high performance storage system.<br />
<br />
Sign up for this FREE webinar and discover:<br />
<br />
    * The difference between iSCSI and NAS<br />
    * Typical iSCSI/NAS applications<br />
    * Advantages/disadvantages of iSCSI and NAS<br />
    * When to buy iSCSI vs NAS<br />
<br />
Click here to register for the webinar.<br />
<a href="https://www2.gotomeeting.com/register/218619595"  rel="nofollow">https://www2.gotomeeting.com/register/218619595</a><br />
<br />
<br />
John Harris<br />
---]]></description>
            <dc:creator>john Harris</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Fri, 16 Apr 2010 20:15:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,356621,356621#msg-356621</guid>
            <title>Future of RDBMS is RAM Clouds &amp; SSD (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,356621,356621#msg-356621</link>
            <description><![CDATA[ Future of RDBMS is RAM Clouds &amp; SSD<br />
<a href="http://www.igvita.com/2009/12/07/future-of-rdbms-is-ram-clouds-ssd/"  rel="nofollow">http://www.igvita.com/2009/12/07/future-of-rdbms-is-ram-clouds-ssd/</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Wed, 03 Mar 2010 03:37:50 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,301897,301897#msg-301897</guid>
            <title>MySQL on VMware Workstation/DRBD vs. VMWare ESX Server/SAN (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,301897,301897#msg-301897</link>
            <description><![CDATA[ MySQL on VMware Workstation/DRBD vs. VMWare ESX Server/SAN<br />
<a href="http://shinguz.blogspot.com/2010/01/mysql-on-vmware-workstationdrbd-vs.html"  rel="nofollow">http://shinguz.blogspot.com/2010/01/mysql-on-vmware-workstationdrbd-vs.html</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Fri, 22 Jan 2010 18:24:26 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,287713,287713#msg-287713</guid>
            <title>MySQL on SAN or DAS w/ replication (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,287713,287713#msg-287713</link>
            <description><![CDATA[ Hey!<br />
<br />
We have a DB server with 500qps.  Its doing about 20 000 reads per second with iostat -x 1 and 5 000 writes per second.<br />
<br />
The server is disk i/o bound.  It is running at Engine Yard w/ a SAN by CoRaid.<br />
<br />
My recommendation is to move this onto separate direct attach storage machines with master/slave replication in the short term.<br />
<br />
In the long term we will break up the large tables with sharding.<br />
<br />
Any feedback would be appreciated.  Is SAN better?  Is DAS better?  Etc.]]></description>
            <dc:creator>Khalid Shaikh</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Fri, 23 Oct 2009 23:43:27 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,274827,274827#msg-274827</guid>
            <title>Installing SLES 10 MYSQL on a SAN mount point (1 reply)</title>
            <link>http://forums.mysql.com/read.php?123,274827,274827#msg-274827</link>
            <description><![CDATA[ Hello there,<br />
<br />
I have Novell SuSE Linux Enterprise 10 and I would like to know the best and safest approach to installing the MySQL which comes with the package on a separate mount point on our SAN.<br />
<br />
What are the detailed steps?<br />
<br />
Do I:<br />
<br />
1. First, just install it as is (default)<br />
<br />
2. stop mysql<br />
<br />
3. create a mount point on the SAN<br />
<br />
4. copy what is on /var/lib/mysql to the SAN mount point I just created<br />
<br />
5. define/configure the permissions<br />
<br />
6. makes changes in my.cnf to point to the SAN mount point (including the log and tmp location)<br />
<br />
7. make an entry in /etc/fstab to the new mount point<br />
<br />
8. and finally, restart MySQL?<br />
<br />
is this it in a nutshell?<br />
<br />
What happens when i create a new database? it should go to the new mount point, correct?<br />
<br />
Thanks<br />
<br />
Chris]]></description>
            <dc:creator>Christopher Liong</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 10 Aug 2009 17:31:17 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,272859,272859#msg-272859</guid>
            <title>Multiple MySQL servers connected to one iSCSI (1 reply)</title>
            <link>http://forums.mysql.com/read.php?123,272859,272859#msg-272859</link>
            <description><![CDATA[ Hi,<br />
<br />
I would like to setup multiple web-servers each running a MySQL server.<br />
The database itself is stored on a remote storage iSCSI.<br />
<br />
Can someone please explain how the multiple MySQL servers can run this in parralel since I know that each MySQL server needs to manage the database by itself?<br />
Maybe I am mistaken here or there is a solution I am not aware of.<br />
<br />
Thank you,<br />
Zeev]]></description>
            <dc:creator>Zeev Cohen</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Wed, 05 Aug 2009 08:29:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,264910,264910#msg-264910</guid>
            <title>datadir md3000 several mysql servers (1 reply)</title>
            <link>http://forums.mysql.com/read.php?123,264910,264910#msg-264910</link>
            <description><![CDATA[ Hello, i'd like to ask if is possible to run mysqld from several servers using the same datadir.<br />
<br />
Example<br />
<br />
server 1: datadir = /mnt/md3000i/mysql/var<br />
server 2: datadir = /mnt/md3000i/mysql/var<br />
server 3: datadir = /mnt/md3000i/mysql/var<br />
<br />
Where /mnt/md3000i/mysql/var is the same filesystem on the md3000i and servers access simultaneously to the datadir files.<br />
<br />
Would it be possible? Any suggestion?<br />
<br />
Thanks in advance,<br />
<br />
Andres]]></description>
            <dc:creator>andres m77</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 08 Jun 2009 22:04:16 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,264138,264138#msg-264138</guid>
            <title>MySQL with NFS (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,264138,264138#msg-264138</link>
            <description><![CDATA[ Hi All,<br />
<br />
We are planning to mount MySQL 5 DB files with NFS.<br />
<br />
Right now folder &quot;/var/lib/mysql&quot; has been mounted. <br />
<br />
Initially we faced following problems while starting mysql service.<br />
&quot;Starting MSQL.Manager of pid-file quit without updating file.&quot;<br />
&quot;MySQL manager or server PID file could not be found&quot;.<br />
<br />
After giving full 777 permissions to the mysql folder mysql service started. But again we are facing problems while stopping mysql service. <br />
<br />
It seems we are missing some fundamentals.<br />
<br />
Are there any guide lines available for configuring MySQL with NFS?<br />
<br />
Quick response would be highly appreciated.        <br />
<br />
Regards,<br />
Prasad.]]></description>
            <dc:creator>prasad k</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 25 May 2009 14:05:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,263143,263143#msg-263143</guid>
            <title>Make sure write cache is enabled on your RAID controller (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,263143,263143#msg-263143</link>
            <description><![CDATA[ Make sure write cache is enabled on your RAID controller<br />
<a href="http://yoshinorimatsunobu.blogspot.com/2009/05/make-sure-write-cache-is-enabled-on.html"  rel="nofollow">http://yoshinorimatsunobu.blogspot.com/2009/05/make-sure-write-cache-is-enabled-on.html</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 18 May 2009 16:09:56 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,262703,262703#msg-262703</guid>
            <title>GlusterFS 2.0 Release (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,262703,262703#msg-262703</link>
            <description><![CDATA[ Hi Everyone!<br />
 I am happy to announce the release of GlusterFS version 2.0. Hope<br />
you get to give it a try! :)<br />
<br />
----<br />
GlusterFS is a clustered file system that runs on commodity<br />
off-the-shelf hardware, delivering multiple times the scalability and<br />
performance of conventional storage. The architecture is modular,<br />
stackable and kernel-independent, which makes it easy to customize,<br />
install, manage and support different operating systems. Multiple<br />
storage systems can be clustered together, supporting petabytes of<br />
capacity in a single global namespace. Building a configuration of a<br />
few hundred terabytes can be accomplished in less than thirty minutes.<br />
<br />
GlusterFS 2.0 Release:<br />
GlusterFS v2.0 has gone through a major revamp in design and<br />
development since v1.3. Thanks to thousands of initial users who<br />
provided us great feedback and bug reports. There are a number of<br />
production deployments now. GlusterFS uses existing disk file systems<br />
(such as Ext3, XFS, ZFS..) to store your data as regular files and<br />
folders. You can restore the data, even after you uninstall GlusterFS.<br />
So, give it a try and let us know.<br />
<br />
License: GNU GPLv3<br />
What is in 2.0 release<br />
Who is using GlusterFS<br />
Download<br />
<br />
Happy Hacking<br />
--<br />
GlusterFS Team]]></description>
            <dc:creator>Anand Avati</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Fri, 15 May 2009 11:07:20 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,262261,262261#msg-262261</guid>
            <title>MySQL and Intel X-25e SSD (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,262261,262261#msg-262261</link>
            <description><![CDATA[ MySQL and Intel X-25e SSD<br />
<br />
<a href="http://www.bigdbahead.com/?p=518"  rel="nofollow">http://www.bigdbahead.com/?p=518</a>  (Part 1)<br />
<a href="http://www.bigdbahead.com/?p=532"  rel="nofollow">http://www.bigdbahead.com/?p=532</a>  (Part 1B)<br />
<br />
<a href="http://www.bigdbahead.com/?p=557"  rel="nofollow">http://www.bigdbahead.com/?p=557</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Tue, 12 May 2009 18:08:28 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,262114,262114#msg-262114</guid>
            <title>Tables on SSD, Redo/Binlog/SYSTEM-tablespace on HDD (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,262114,262114#msg-262114</link>
            <description><![CDATA[ Tables on SSD, Redo/Binlog/SYSTEM-tablespace on HDD<br />
<a href="http://yoshinorimatsunobu.blogspot.com/2009/05/tables-on-ssd-redobinlogsystem.htm"  rel="nofollow">http://yoshinorimatsunobu.blogspot.com/2009/05/tables-on-ssd-redobinlogsystem.htm</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Tue, 12 May 2009 00:09:47 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,257870,257870#msg-257870</guid>
            <title>MySQL storage limit ? (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,257870,257870#msg-257870</link>
            <description><![CDATA[ Hello guys,<br />
<br />
Im a newbie here and a system database developer at hospital in Malaysia.<br />
<br />
I was wondering is there any storage limit for Mysql? I assume it is depends on the hardware storage (hardisk capacity).<br />
<br />
I got a big question here, I've already developed a system for the radiology department and the hardisk capacity is 320GB in the server. The data type are just in words (admin base work) nothing involved with images.<br />
<br />
So i was wonder, for the next 10 years and I assume the capacity was full. At that point, What happen to the system??<br />
<br />
Thanks and sorry if im at the wrong thread discussion.<br />
<br />
Azhan<br />
Malaysia]]></description>
            <dc:creator>azhan yusoff</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Wed, 15 Apr 2009 08:35:52 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,257268,257268#msg-257268</guid>
            <title>Intel SSD Write Cache… Is it an issue or isn’t it? (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,257268,257268#msg-257268</link>
            <description><![CDATA[ Intel SSD Write Cache… Is it an issue or isn’t it? <br />
<a href="http://www.bigdbahead.com/?p=422"  rel="nofollow">http://www.bigdbahead.com/?p=422</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Fri, 10 Apr 2009 18:39:09 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,255778,255778#msg-255778</guid>
            <title>SSDs for Performance Engineers (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,255778,255778#msg-255778</link>
            <description><![CDATA[ SSDs for Performance Engineers<br />
<a href="http://blogs.sun.com/realneel/entry/ssds_for_performance_engineers"  rel="nofollow">http://blogs.sun.com/realneel/entry/ssds_for_performance_engineers</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Thu, 02 Apr 2009 05:09:36 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,255353,255353#msg-255353</guid>
            <title>AnandTech:  SSD versus Enterprise SAS and SATA disks (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,255353,255353#msg-255353</link>
            <description><![CDATA[ AnandTech:  SSD versus Enterprise SAS and SATA disks<br />
<a href="http://it.anandtech.com/IT/showdoc.aspx?i=3532"  rel="nofollow">http://it.anandtech.com/IT/showdoc.aspx?i=3532</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Tue, 31 Mar 2009 03:19:22 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,254522,254522#msg-254522</guid>
            <title>Testing MySQL on the Violin Memory Flash 1010 (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,254522,254522#msg-254522</link>
            <description><![CDATA[ Testing MySQL on the Violin Memory Flash 1010<br />
<a href="http://www.bigdbahead.com/?p=334"  rel="nofollow">http://www.bigdbahead.com/?p=334</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Wed, 25 Mar 2009 16:36:33 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,251778,251778#msg-251778</guid>
            <title>MySQL Performance on a Texas Memory System RAMSAN-500 (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,251778,251778#msg-251778</link>
            <description><![CDATA[ MySQL Performance on a Texas Memory System RAMSAN-500 (Parts 1/2/3)<br />
<a href="http://www.bigdbahead.com/?p=139"  rel="nofollow">http://www.bigdbahead.com/?p=139</a><br />
<a href="http://www.bigdbahead.com/?p=140"  rel="nofollow">http://www.bigdbahead.com/?p=140</a><br />
<a href="http://www.bigdbahead.com/?p=141"  rel="nofollow">http://www.bigdbahead.com/?p=141</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 09 Mar 2009 23:56:43 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,251776,251776#msg-251776</guid>
            <title>When would you use SAN with MySQL ? (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,251776,251776#msg-251776</link>
            <description><![CDATA[ When would you use SAN with MySQL ?<br />
<a href="http://www.mysqlperformanceblog.com/2009/03/09/when-would-you-use-san-with-mysql/"  rel="nofollow">http://www.mysqlperformanceblog.com/2009/03/09/when-would-you-use-san-with-mysql/</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Mon, 09 Mar 2009 23:54:05 +0000</pubDate>
        </item>
        <item>
            <guid>http://forums.mysql.com/read.php?123,236943,236943#msg-236943</guid>
            <title>Waffle Grid: Remote Buffer Cache -VS- SSD Grudge Match (no replies)</title>
            <link>http://forums.mysql.com/read.php?123,236943,236943#msg-236943</link>
            <description><![CDATA[ Waffle Grid: Remote Buffer Cache -VS- SSD Grudge Match <br />
<a href="http://www.bigdbahead.com/?p=81"  rel="nofollow">http://www.bigdbahead.com/?p=81</a>]]></description>
            <dc:creator>Edwin DeSouza</dc:creator>
            <category>MySQL &amp; Storage</category>
            <pubDate>Wed, 03 Dec 2008 18:33:36 +0000</pubDate>
        </item>
    </channel>
</rss>
