JortK.nl
Mind farts of a crappy coder!
  • Home
  • Fok!Search
  • Fok! Maandcijfers

sql

15 essential PHP and MySQL tutorials!

By JortK on March 8, 2010

Showing Google Maps with many markers in PHP
Sometimes you need to display Google Maps with a large number of markers. However, adding too many markers makes the map page load too slow. This article explains how you can use marker cluster feature of the forms map location plug-in to cluster large numbers of markers to [...]

Posted in MySQL, php | Tagged google, maps, markers, MySQL, php, sql, tricks, tutorials | Leave a response

Great tips to improve your MySQL performance

By JortK on January 9, 2010

Some great articles on how to improve the performance of your MySQL Server:
Optimize slow queries with mk-query-digest
Use delayed flushing
table_cache negative scalability
How innodb_open_files affect performance
Use of table_cache
Thanks to MySQLPerformanceblog.com!

Posted in MySQL | Tagged flushing, innodb, MySQL, performance, sql | Leave a response

Using TOP in MS-SQL queries

By JortK on June 27, 2009

After I explained the MySQL method for getting the TOP N rows in a query it is time to explain the same for MS-SQL.
Here we use the TOP function.
To retrieve the first 5 rows from the names table, use the following query:

SELECT TOP 5 firstname,lastname
FROM names

If you want to retrieve a certain percentage (for example [...]

Posted in How to | Tagged limit, ms-sql, mssql, query, sql, top, trcik | Leave a response

RSS Reader Picks #7

By JortK on June 20, 2009

Just some links
MySQLi Resultset Iterator

Twitter Business Model Revealed?
Is Twitter the next huge e-commerce site? According to a story in The New York Times, it could be. The report puts a few pieces of information together to conclude that Twitter could “couple e-commerce with advice from other shoppers, an element that most search [...]

Posted in RSS Reader Picks | Tagged firefox, MySQL, php, RSS Reader Picks, sql, twitter | Leave a response

Usefull MySQL articles and tutorials to improve your skills!

By JortK on June 9, 2009

As promised in my previous post with usefull PHP articles and tutorials, now it’s time for some cool and handy SQL articles!
Here we go:
Execute SQL job through batch file
This article will show you how you can execute a SQL job with one click, allowing anyone to do this.
Author Divya Agrawal shows a technique [...]

Posted in How to, Tech news | Tagged articles, database, MySQL, sql, sqlyog, tutorials | 1 Response

RSS Reader Picks #5

By JortK on April 19, 2009

This time all dedicated to SQL
Adjusting Innodb for Memory resident workload – Great article on how to finetune InnoDB!
MySQL and IBM
MySQL Connector/OpenOffice.org: Alpha 2 is ready for testing! – Great development!
Recover from No-Route to Host or Storage Engine Plugin Crashes – Be sure to read this!
SQL Unit Testing – Nice article how to [...]

Posted in RSS Reader Picks | Tagged links, MySQL, rss, RSS Reader Picks, sql | Leave a response

How to: Computed columns in SQL Server

By JortK on December 30, 2008

Last week I was playing around with the computed columns feature in SQL Server from Microsoft.
A computed column is computed from an expression that can use other columns in the same table. The expression can be a noncomputed column name, constant, function, and any combination of these connected by one or more operators. The expression [...]

Posted in How to | Tagged computed columns, database, microsoft, sql | 2 Responses

MySQL: Performance benchmark MyISAM versus InnoDB

By JortK on December 22, 2008

Because I’m running a project which has a relative large database (tables with 70.000.000 records in them), I wanted to know which was faster in performance, MyISAM or InnoDB.
Currently I’m using MyISAM, and I’m running into some performance and stability issues.
First, I’ve created a table with a few columns:

Posted in MySQL | Tagged benchmark, database, innodb, myisam, MySQL, performance, sql, storage engines | 1 Response

Categories

  • google
  • How to
  • microsoft
  • Movies
  • Music
  • MySQL
  • php
  • Pictures
  • RSS Reader Picks
  • seo
  • Site News
  • Tech news
  • twitter
  • Uncategorized
  • wordpress

Tags

ad ads adsense analytics android api apps blog browser buzz chrome dance development docs funny gmail google hardstyle hiphop house jquery labs mail maps marketing mobile movie Music MySQL os php rap rss search seo social tip tutorial twitter video wave web development webinar wordpress youtube

Archives

  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • April 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008

Copyright © 2010 JortK.nl.

Powered by WordPress, Hybrid, and Structure.