• RisingCode

  • Bookmarks

  • About


  • blog.maxindelicato.com: How to Organize a Database Tableā...

    tags
    •  programming
  • blog.maxindelicato.com: Scalability Strategies Primer: Da...

    tags
    •  architecture
    •  database
  • Gay marriage: the database engineering perspective @ Thin...

    tags
    •  interesting
    •  engineering
    •  database
    •  humor
  • Database Sharding

    tags
    •  database
    •  development
  • An Unorthodox Approach to Database Design : The Coming of...

    tags
    •  development
  • Partition (database)

    A partition is a division of a logical database or its constituting elements into distinct independent parts. Database partitioning is normally done for manageability, performance or availability reasons.

    A popular and favourable application of partitioning is in a distributed database management system. Each partition may be spread over multiple nodes, and users at the node can perform local transactions on the partition. This increases performance for sites that have regular transactions involving certain views of data, whilst maintaining availability and security.

    The partitioning can be done by either building separate smaller databases (each with its own tables, indices, and transaction logs), or by splitting selected elements, for example just one table.

    tags
    •  development
    •  architecture
  • Spock Proxy

    tags
    •  rails
    •  rubyonrails
    •  database
  • Database sharding and Rails - Stack Overflow

    tags
    •  development
  • Application Generation: Understanding the n+1 query problem

    tags
    •  database
    •  programming
    •  sql
    •  optimization
  • Mysql database migration and special characters | Orthogo...

    tags
    • Library of Free Data Models

      tags
      • SQL Designer

        tags
        •  sql
        •  database
        •  design
      • Learn about database