Slashdot Mirror


User: singh.gurjeet

singh.gurjeet's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Popularity on Google Browser Sync Source Released · · Score: 1

    I think they discontinued because it was not as popular as delicious. For the record, I have never used BrowserSync. Delicious has always worked nust fine for me... very unintrusive, and very useful. I am not sure but it looks like del.icio.us has Yahoo's backing (or do the own it now? not sure.).

  2. Re:What about operating systems? on Facial Hair and Computer Languages · · Score: 1

    RMS, is that you? Anonymous wants to identify someone.... anonymously...
  3. MySQL vs. Postgres; comparison by academia on MySQL 5.1 Improves Performance, Partitioning, Bug Fixes · · Score: 1

    I am posting this extract from the doc that introduces a new RDBMS course to Berkley and Carnegie Mellon (Sorry that i don't have a date when exactly it was published!): http://www.sigmod.org/record/issues/0309/4.JHdbcourseS03.pdf -- We considered both of the leading open source systems: MySQL and PostgreSQL. MySQL has the advantage of significant opportunities for student extension, since it actually comes with almost none of the features taught in a typical DB systems course â" it has no cost-based optimizer, no B+-trees, no fine-grained concurrency control, no recovery, no hash joins, etc.[1] By contrast, PostgreSQL already has most of the features usually taught in class. Of course, this it raises (surmountable) difficulties in inventing assignments where students can profitably extend the system with new features. -- And here's the footnote: [1]It should be noted that MySQL can be interfaced to better storage managers like BerkeleyDB and InnoDB for improved indexing, concurrency and recovery support. We felt that using more than one system was a poor option for educational purposes.