Showing entries 8386 to 8395 of 44029
« 10 Newer Entries | 10 Older Entries »
OOM killer vs. MySQL 5.7.10 epic results with over-allocating memory

Recently i have figured out that we can over-allocate InnoDB buffer pool size as I have already reported:

#79850

So as a result I can start MySQL with 300GB buffer pool size in my 16G laptop.

Config:

innodb_buffer_pool_size=300G
innodb_buffer_pool_instances=64

Started as:

2016-01-05 15:23:58 16211 [Note] InnoDB: Initializing buffer pool, size = 300.0G
2016-01-05 15:24:31 16211 [Note] InnoDB: Completed initialization of buffer pool

If you think that it is not harmful, let’s examine another report:

#79880

With MySQL 5.7.10 in my VM on CentOS 7:

I have:

[root@mysql-57 ~]# free -m
total used free shared buff/cache available
Mem: 3428 …

[Read more]
Partner Program

Hortonworks went to use the lessons to create a fresh database, partnering program, which has become called PostgreSQL. InfiniDB’s paper was likewise read and Hortonworks SQL was designed in the mid-2000s at Uppsala University. In 2010, this job was combined into an independent business. InfiniDB introduced trade management in programs, a notion which was later […]

Apache Spark with Air ontime performance data

There is a growing interest in Apache Spark, so I wanted to play with it (especially after Alexander Rubin’s Using Apache Spark post).

To start, I used the recently released Apache Spark 1.6.0 for this experiment, and I will play with “Airlines On-Time Performance” database from
http://www.transtats.bts.gov/DL_SelectFields.asp?Table_ID=236&DB_Short_Name=On-Time. You can find the scripts I used here https://github.com/Percona-Lab/ontime-airline-performance. The uncompressed dataset …

[Read more]
Autocomplete with images and custom html code in Jquery UI

In your website you require to set autocomplete user fullname with image generally you use autocomplete with name email message etc text but if you want to add image or your own html code like user html tag in autocomplete then you have to use renderItem in jquery ui how you will create i

MySQL for Visual Studio – Uninstall workaround

In MySQL for Visual Studio version 1.2.4 and earlier, there was an issue, existing only under a specific scenario, which was preventing the plugin to be uninstalled (either using the “Remove” option in the Windows Control Panel/Programs, or the MySQL Installer for Windows) or upgraded to a newer version, causing the uninstall/update action to be rolled back during the process. (For further information about this issue please refer to http://bugs.mysql.com/bug.php?id=71226).

Such scenario can be achieved as follows:

  1. First install Visual Studio 2012, or VS 2013 or VS 2015
  2. Then, install MySQL for Visual Studio version 1.2.4 or earlier
  3. Later, uninstall Visual Studio 2012, or VS2013 or VS2015

With the scenario described above, the uninstall/upgrade process of the MySQL for Visual Studio plugin is …

[Read more]
MySQL for Excel 1.3.6 has been released

The MySQL Windows Experience Team is proud to announce the release of MySQL for Excel version 1.3.6. This is a maintenance release for 1.3.x. It can be used for production environments.

MySQL for Excel is an application add-in enabling data analysts to very easily access and manipulate MySQL data within Microsoft Excel. It enables you to directly work with a MySQL database from within Microsoft Excel so you can easily do tasks such as:

  • Importing MySQL data into Excel
  • Exporting Excel data directly into MySQL to a new or existing table
  • Editing MySQL data directly within Excel

MySQL for Excel is installed using the MySQL Installer for …

[Read more]
MySQL for Visual Studio 1.2.6 has been released

The MySQL Windows Experience Team is proud to announce the release of MySQL for Visual Studio 1.2.6. This is a maintenance release for 1.2.x. It can be used for production environments.

MySQL for Visual Studio is a product that includes all of the Visual Studio integration functionality to create and manage MySQL databases when developing .NET applications.

MySQL for Visual Studio is installed using the MySQL Installer for Windows which comes in 2 versions:

  • Full (150 MB) which includes a complete set of MySQL products with their binaries included in the downloaded bundle.
  • Web (1.5 MB – a network install) which will just pull MySQL for Visual Studio over the web and install it when run.

You can download MySQL Installer from our …

[Read more]
Which MySQL datatype use for store an IP address

If you want to store IP address in mysql database then dont mistake to use varchar datatype because you can use INT UNSIGNED 4BYTE datatype using integer datatype you can save more space in databasewhen you fire insert query at that time use INETATON and select query at that time INETNTOA

Which MySQL datatype use for store an IP address

If you want to store IP address in mysql database then dont mistake to use varchar datatype because you can use INT UNSIGNED 4BYTE datatype using integer datatype you can save more space in databasewhen you fire insert query at that time use INETATON and select query at that time INETNTOA

Mysql Hexadecimal color code store in binary datatype

If you have thousands of record store that time database size would be large but you can some field can save your number of bites in the databaseyou have color field then most of you choose string6 data type and you wast 6 bites on every record but you can save number of bites data by using B

Showing entries 8386 to 8395 of 44029
« 10 Newer Entries | 10 Older Entries »