Archive for May, 2006
Mysql free enterprise edition
By Justin Silverton
Many people may not realize that mysql has a free, enterprise version of the open-source database application.
It’s called maxdb and available here: http://www.mysql.com/products/maxdb/
Here are some benefits:
- Reduced cost of your SAP implementation
- Easy configuration and low administration
- Elaborate backup and restore capabilities
- Continuous operation, no scheduled downtimes required
- Designed for large number of users and high workloads
- Scales to database sizes in the terabytes
- High availability through cluster and hot-standby support
- Synchronization Manager to control enterprise-wide data replication
- Easy-to-use graphical database tools
- Available for all enterprise HW/OS platforms
- Supports all major SAP solutions
Languages supported (APIs):
- JDBC
- ODBC
- SQLDBC (native C/C++ interface)
- Precompiler (to be [re-]released soon)
- PHP
- Perl
- Python
- WebDAV
- OLE DB, ADO, DAO, RDO and .NET via ODBC
- Delphi and TCL via Third Party Programming Interfaces
Platforms supported
- HP-UX (HP-PA, ia64)
- IBM AIX (Power)
- Linux (x86_32, x86_64, ia64, PPC_64)
- Sun Solaris (SPARC, x86-64 support planned)
- Microsoft Windows 2000 (x86_32)
- Microsoft Windows Server 2003 (x86_32, x86_64, ia64)
- Microsoft Windows XP (x86_32)
Differences from mysql
MaxDB is a mature product with 30 year history. The system offers built-in hot backup, does not need any online reorganizations and claims to be SQL 92 Entry-Level compatible. One current development goal is “zero administration” and by this “low TCO”.
Over the last years MaxDB has been intensively be improved, especially for mySAP Business Suite environments. You can expect very good OLTP performance combined with relatively low hardware requirements.
Uninterrupted operations and stability is another strength of MaxDB.
Helpful Links
Performance: http://dev.mysql.com/tech-resources/articles/maxdb-performance-primer.pdf
Helpful Hints: http://maxdb.yapabout.com/
A PHP search engine
By Justin Silverton
Have you ever wanted a search engine that will show you articles and code samples from around the Internet?
BeebkeX (http://www.beeblex.com), a search engine for just php related material does just that.
some other interesting features of this site:
News Search: http://beeblex.com/index.php?d=phpa_news
Article Search: http://beeblex.com/index.php?d=phpa_articles
Job Search: http://beeblex.com/index.php?d=php_jobs
Blog Search: http://beeblex.com/index.php?d=php_blogs
some cool facts about the site
What does BeebleX index?
Articles and news that have appeared in phparchitect (phpa:)
A complete copy of the PHP manual (man:)
The mailing lists being hosted at php.net (lists:)
Several PHP-related Blogs (blogs:)
Several PHP-related Job Sites (jobs:)
We have plans to add articles from other websites, forum postings and PHP-related blogs to the engine in the near future.
What does BeebleX run on?
BeebleX runs on PHP 5.1 and Apache 1.3. The backend search engine is Xapian, to which our system interfaces using a custom extension
What are “PHP-related entries?”
Although we index all of the entries provided by a blog, we have implemented an algorithm that attempts to filter out only those entries that are related to PHP.
The algorithm is still a bit primitive, but it’s usually pretty efficient, regardless of whether a blog implements categories or not. Naturally, when we say “pretty efficient,” we mean that some non-PHP-related entries slip through from time to time. Like most other things related to BeebleX… this is a work in progress!
Are there any special shortcuts that I can use to speed up searches?
Yes! You can prefix your search with one of the following:
man: — performs a search on the PHP manual (e.g.: man: echo)
f: — finds a specific function in the PHP manual and redirects the user to it. (e.g.: f: echo)
phpa: — performs a search on phparchitect content (e.g.: phpa: xml)
lists: — performs a search on the mailing list archive (e.g.: lists: bug NEAR xml)
l:list — limits the search to mailing list list (e.g.: tabini l:php.general)
We also provide a feature called “Google passthrough” that you can use to bypass BeebleX and run your query directly against Google or Google Groups:
g: — bypasses BeebleX and runs the query transparently against Google (e.g.: g:tabini)
gg: — bypasses BeebleX and runs the query transparently against Google Groups (e.g.: gg:tabini)





