SourceForge.net: BenchmarkSQL
http://sourceforge.net/projects/benchmarksql tool for testing database performance, jdbc-based, supports a lot of different DBs
http://sourceforge.net/projects/benchmarksql tool for testing database performance, jdbc-based, supports a lot of different DBs
http://blogs.nologin.es/slopez/archives/17-Benchmarking-Databases-I.-Volatile-Storage..html PostgreSQL, MySQL and Oracle are compared using reasonable hardware setup and TPC-C like test with BenchmarkSQL tool (JDBC ) . This post will probably disappear soon as the author clearly violates oracle license that does not permit publishing benchmark results w/out permissions
http://sql.ru/forum/actualthread.aspx?tid=606215&pg=3 example: REVOKE SELECT ON pg_catalog.pg_proc, information_schema.routines FROM public
http://sql.ru/forum/actualthread.aspx?bid=36&tid=552763&pg=2 design pattern for friends/users, i.e. how to organize user-friend relationship. patters suggest that you need to make 2 tables, i.e freindship and friendship:user
http://www.dbforums.com/showthread.php?t=1620377 sane notes about storing binary data in Postgres. Basically bytea is ASCII representaion of bynary data wich requires decoding / escaping (read: slow) and large objects a kind of ok, but not trigger-based replication compartable
http://sql.ru/forum/actualthread.aspx?tid=584799 good discussion about cyclic references. Basically the main point is that if you have a question “how do I implement cyclic fererence?” – then there is something wrong, 99% that it is so because ur understaning of problem domain is wrong.
ftp://ftp.research.microsoft.com/pub/tr/TR-2006-45.pdf a paper from microsoft research comparing perfomance of 2 systems: metadata in db + files in fs vs. meatadata + files as blobs in db. Study uses MSSQL and NTFS. Datasets are in less than 1 GB size.
http://www.ch-werner.de/sqliteodbc/ ODBC wrapper for sqlite libs, coss platform: binaries are available for win32, os x, linux
http://msdn.microsoft.com/en-us/library/aa479313.aspx the subj. soluton creates COM object in .net that then is used by classic ASP to store sessions. ASP.net object stores session in SQL database
http://archives.postgresql.org/message-id/[email protected] Dell 2950