Earlier quoted context omitted.
Russian email hosting. What could go wrong?
Mail delivery delays can get huge, that's what's wrong with Yandex. Mail routinely takes 10-20 minutes to arrive.
Yandex.Mail's successful migration from Oracle to Postgres [pdf]
211–220 of 222 posts
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#212Earlier quoted context omitted.
I worked for Yandex. AMA. Will not violate NDA, obviously.
Are you able to say anything about the scale of their hardware? It says "3x hardware" but I'd love to hear how big that ends up being, at either the Oracle or Postgresql size.
For PostgreSQL we use commodity servers and right now they are not really efficiently balanced (i.e. on some hosts we don't have enough disk space but other resources are utilized ~30%). So we are working on improving that. But I can't tell you exact numbers of hosts for Oracle or PostgreSQL (which is actually ~x3 from Oracle hosts number :)).
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#213Earlier quoted context omitted.
You don't need to look there, at all. Just look at the US aggressive wars and subversive activities in this century, e.g. Iraq, Libya and it becomes clear that the value of human rights abroad from the US point of view is exactly 0.
Iraq was a disgrace but bringing up Libya means you are either ignorant or being disingenuous. Gaddafi had imminent plans to commit another cleansing of the opposition. It was always going to be a lose-lose situation for human rights. Doing nothing is not always the right answer.
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#214Earlier quoted context omitted.
A place that wasn't a police state of sorts with increasingly draconian legislation. Opposite end would possibly be Swiss or Icelanfic jurisdiction. I'd never use an email service in Russia. I have an untrusted, Gmail account for availability purposes. Confidential mail still encrypted and preferrably sent through Swiss account. Thinking about switching untrusted one over to Fastmail. Still surveillance state but les…
I recall a story about Swiss company, Crypto AG: http://mediafilter.org/caq/cryptogate/
My endorsement of Switzerland is about legal jurisdiction, culture that respects privacy, and stability. Well-intentioned owners won't be forced to do the kinds of things we see in America or Russia. At worst, it will be something selective with a warrant. A nice foundation to build on.
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#215Earlier quoted context omitted.
SQL Server performs slightly better than PostgreSQL for analytics. This is mostly because of parallel queries which will still be more efficient on SQL Server when PostgreSQL 9.6 is released. On the other hand, PostgreSQL can take advantage of ZFS compression which is great for archiving cold data.
Minor note: ZFS compression is great for live data too -- lz4 compression has very low CPU overhead.
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#216Earlier quoted context omitted.
> Those two countries are similar in so many ways. Like invading and annexing their neighbours?
Exactly. Although to be fair to the US, their military is quite a bit more powerful, so they've already pacified their neighbours and instead invade countries half way around the globe. Russia can't stretch itself as much. But yeah, same principle.
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#217Earlier quoted context omitted.
it wouldn't have been 10 man years if they had less PL/SQL. I don't understand why people keep falling into that trap of putting complex logic in stored procedures.
No, you are not right. In video (Q&A section in the end) you can hear that rewriting stored logic took a couple of weeks of one developer. Maybe a couple of month with good tests. It took much more time to rewrite backends logic because of lots of legacy code in many applications without using abstraction libraries.
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#218Earlier quoted context omitted.
Mail delivery delays can get huge, that's what's wrong with Yandex. Mail routinely takes 10-20 minutes to arrive.
Please, send us headers for one of such messages to support@mail.yandex.com. You can get them this way https://yandex.com/support/mail/faq.xml#mail-titles .
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#219Earlier quoted context omitted.
No, you are not right. In video (Q&A section in the end) you can hear that rewriting stored logic took a couple of weeks of one developer. Maybe a couple of month with good tests. It took much more time to rewrite backends logic because of lots of legacy code in many applications without using abstraction libraries.
Oh, cool. Can you expand on that? What kind of logic had to change? I mean, SQL queries are SQL queries? Is that because you were using low level C Oracle drivers of some sort? Also if you could say a couple of words about the MySQL failure it would be rather helpful because I might have a friend who might be currently deciding on whether to migrate to MySQL or Postgres from Oracle.
First type is still in the database. Some part of type 2 was moved to our abstraction library (that is used by all applications). Logic of thrird type was moved to our applications and it greatly reduced stored code size.
Re: Yandex.Mail's successful migration from Oracle to Postgres [pdf]
#220Earlier quoted context omitted.
No, you are not right. In video (Q&A section in the end) you can hear that rewriting stored logic took a couple of weeks of one developer. Maybe a couple of month with good tests. It took much more time to rewrite backends logic because of lots of legacy code in many applications without using abstraction libraries.
Oh, cool. Can you expand on that? What kind of logic had to change? I mean, SQL queries are SQL queries? Is that because you were using low level C Oracle drivers of some sort? Also if you could say a couple of words about the MySQL failure it would be rather helpful because I might have a friend who might be currently deciding on whether to migrate to MySQL or Postgres from Oracle.