<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Databases on Logan's Nest</title><link>https://blog.han.life/tags/databases/</link><description>Recent content in Databases on Logan's Nest</description><generator>Hugo</generator><language>en-au</language><lastBuildDate>Wed, 08 Jun 2016 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.han.life/tags/databases/index.xml" rel="self" type="application/rss+xml"/><item><title>MongoDB to DynamoDB</title><link>https://blog.han.life/posts/2016/2016-06-08-mongodb-to-dynamodb/</link><pubDate>Wed, 08 Jun 2016 00:00:00 +0000</pubDate><guid>https://blog.han.life/posts/2016/2016-06-08-mongodb-to-dynamodb/</guid><description>&lt;p&gt;Attempted to convert rather large mongo dump to dynamo.&lt;/p&gt;&#10;&lt;p&gt;Seems like AWS data pipeline is most elegant way to do this if one can workaround with dynamo non-standard json format issue.&lt;/p&gt;</description></item><item><title>Query of the century</title><link>https://blog.han.life/posts/2015/2015-02-05-query-of-the-century/</link><pubDate>Thu, 05 Feb 2015 00:00:00 +0000</pubDate><guid>https://blog.han.life/posts/2015/2015-02-05-query-of-the-century/</guid><description>&lt;p&gt;My co-worker showed me this today and it&amp;rsquo;s just gorgeous.&lt;/p&gt;&#10;&lt;p&gt;&lt;code&gt;BEGIN; CREATE TABLE xyz_tmp (LIKE xyz INCLUDING ALL); COPY xyz_tmp FROM STDIN; ALTER TABLE xyz RENAME TO xyz_old; ALTER TABLE xyz_tmp RENAME TO xyz; DROP TABLE xyz_old; COMMIT;&lt;/code&gt;&lt;/p&gt;</description></item><item><title>Atlassian crowd authentication directory address force update</title><link>https://blog.han.life/posts/2011/2011-12-28-atlassian-crowd-authentication-directory-address-force-update/</link><pubDate>Wed, 28 Dec 2011 00:00:00 +0000</pubDate><guid>https://blog.han.life/posts/2011/2011-12-28-atlassian-crowd-authentication-directory-address-force-update/</guid><description>&lt;p&gt;When you migrate atlassian product (confluence, jira etc etc) to somewhere else, your backup file includes fixed crowd address which is not gonna work for some cases.&lt;/p&gt;&#10;&lt;p&gt;Since Atlassian moved directory configuration from fixed config file to database,&lt;br&gt;&#10;you will need to execute following:&lt;/p&gt;</description></item></channel></rss>