Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 51 results

  • UTF-8 Support [1]
    Does CUBRID support UTF-8 charset?
    http://www.cubrid.org/questions/673839
  • multiple shards configuration [1]
    Hi, I have a master/slaves architecture and would like to use a x*master/slaves architecture with x the number of shards. I want to send writes only to masters (based on the shards it hosts) and the reads to slaves (using a VIP). I think I'll use something like that : [%shard_...
    http://www.cubrid.org/questions/668157
  • cubrid shard with PHP driver [1]
    Hi, I've done some tests with cubrid shard and it seems that I cannot use mysql driver for PHP and that I have to use cubrid driver for PHP. I've read that it was compatible with MySQL but it seems that it just means that it can be used to shard a MySQL database an...
    http://www.cubrid.org/questions/663251
  • My impressions after giving talks at RIT++ and Percona conferences
    Three weeks ago on behalf of the CUBRID team a few of my colleagues and me have attended and given talks at two international conferences. Today I would like to share my impressions of these events. I will write a separate post about various sharding solutions introduced ...
    http://www.cubrid.org/blog/cubrid-life/my-impressions-after-giving-talks-at-rit-and-percona-conferences/
  • Our Experience of Creating Large Scale Log Search System Using ElasticSearch
    At NHN we have a service called NELO (NHN Error Log System) to manage and search logs pushed to the system by various applications and other Web services. The search performance and functionality of NELO2, the second generation of the system, have significantly been i...
    http://www.cubrid.org/blog/dev-platform/our-experience-creating-large-scale-log-search-system-using-elasticsearch/
  • Join between multiple Shard [1]
    Hi, I might miss this out when skimming tru the docs. How do we run query (join) accross multiple shard? if I had few tables in the join that is sharded and they are shard base on different columns, how will the performance like? any best practices or things to avoids?
    http://www.cubrid.org/questions/617483
  • Announcing CUBRID 9.1 stable release with big improvements
    We released CUBRID 9.0 beta version in October last year. Since then we have been working hard on stabilizing the beta features, fixing bugs, and improving the overall engine performance. Today I am excited to announce the immediate availability of the CUBRID 9.1 st...
    http://www.cubrid.org/blog/cubrid-life/announcing-cubrid-9-1-stable-release-with-big-improvements/
  • CUBRID SHARD talk at 2013 Percona MySQL Conference. Don't miss!
    I would like to announce that on April 24, 2013, six weeks from now, we will talk at Percona MySQL Conference & Expo in Santa Clara, CA. The topic of the presentation is Easy MySQL Database Sharding with CUBRID SHARD. The presentation will be @ 3:30 PM ...
    http://www.cubrid.org/blog/cubrid-life/cubrid-shard-talk-at-2013-percona-mysql-conference-dont-miss/
  • The CUBRID Broker Story
    Unlike other RDBMS, CUBRID has a middle layer called a BROKER. For better understanding of CUBRID let’s take a look at why the BROKER is needed, what are its pros and cons. Developers who use CUBRID know that its features a 3-tier structure, "API – BROKER – D...
    http://www.cubrid.org/blog/cubrid-life/the-cubrid-broker-story/
  • Strange behavior in HA mode [3]
    Hi! I setup a ha cluster with master+slave following this tutorial: http://www.cubrid.org/manual/843/en/CUBRID%20HA. I called my nodes : cubrid and cubrid2. All nodes have this in cubrid.conf: [@demodb] ha_mode=on force_remove_log_archives=no log_max_archives=100 cubrid_ha.co...
    http://www.cubrid.org/questions/541665