#riding_rails rails複数dbシステム mysqlからpostgresql移行物語

33
Rails複数DBシステム MySQLからPostgreSQL 移物語 シナジーマーケティング株式会社 三苫 2015/04/17 Riding Rails勉強会(Railsを乗りこなせ) 発表資

Upload: techscore

Post on 16-Jul-2015

715 views

Category:

Technology


2 download

TRANSCRIPT

  • RailsDBMySQLPostgreSQL

    2015/04/17Riding Rails(Rails)

  • https://github.com/mitoma

    on RDBMS

  • RailsDB

  • RailsMySQLPostgreSQL

  • Rails

  • (Salesforce) (Amazon Web Service)

  • RailsDB

  • RailsDB

    DB1

    DB

    DB

  • MySQLPostgreSQL

  • RailsDB

  • MySQLPostgreSQL

  • DDL, DMLPostgreSQL

  • DDL, DMLPostgreSQL

  • PgSanity

    MySQL PostgreSQL tinyint(1) boolean true/false

    varchar citext

    auto_increment serial setvalDDL

    blob bytea line.gsub!(/0x([0-9,A-F]+)/, "decode('\\1','hex')")

  • MySQLPostgreSQL

  • MySQLPostgreSQL

    grep

  • ActiveRecordMD5

    attributeMD5

    diActiveRecord

  • MySQLPostgreSQL

  • MySQLPostgreSQL

    case insensitive order bynull group by Etc

  • PostgreSQL citext

  • MySQLPostgreSQL

  • MySQLPostgreSQL

    ifActiveRecord

  • RailsDB

  • PostgreSQLDBDB

  • DBDB

  • 5

  • RailsDB

  • RDBMS

    OR Mapper

  • 1~1000

    http://www.techscore.com/blog/2014/12/05/rails_db_migration/