|
Stories tagged with: Databases
MySQL Table Types
http://ubuntuland.nireblog.com/post/2008/08/01/mysql-table-t...
As of MySQL Version 3.23.6, you can choose between three basic table formats (ISAM, HEAP and MyISAM. Newer MySQL may support additional table type (InnoDB, or BDB), depending on how you compile it.
When you create a new table, you can tell MySQL which table type it should use for the table.
Join discussion...
Tags: mysql, Databases, ubuntuland, open source, linux, table tape
Basic MySQL User Utility Commands
http://ubuntuland.nireblog.com/post/2008/05/08/basic-mysql-u...
Better yet, as everybody's working on dynamic web pages today, our nice database server is very quick at estabilishing a connection. If you have already tried a CGI script connecting to Oracle, DB2 or some other powerhouse database you know how the connection time can slow down your web site.
As with any modern tool, you can write C programs to get your data from, but it's easier to write a REXX script or a Java applet. It even comes ready with an easy to use web gateway. Add to this wide multi-platform coverage and we have a perfect match to our desires.
Join discussion...
Tags: Databases, ubuntu, open source, ubuntuland, linux, msql
Slides on ebay's technical architecture (pdf)
http://www.addsimplicity.com.nyud.net:8080/downloads/eBaySDF...
Interesting choice of how to balance state and database partitioning. In addition, the use-case functional partitioning is a much more fleshed out example of something I argue about at work.
Join discussion...
Tags: ebay, architecture, Databases, use cases, partitioning
The Developer Cheat Sheet Compilation
http://www.fuzzyfuture.com/programming/the-developer-cheat-s...
The following is a list of links to several different cheat sheets on a wide variety of tasks and tools. You can print them out and hang them on your wall or simply bookmark them for easy access down the road.
Join discussion...
| |