1. 27 Sep, 2012 2 commits
    • Sergey Petrunya's avatar
      Cassandra SE: lazy connections · 4db207d5
      Sergey Petrunya authored
      - Don't connect right away in ha_cassandra::open. If we do this, it becomes 
        impossible to do SHOW CREATE TABLE when the server is not present. 
      - Note: CREATE TABLE still requires that connection is present, as it needs 
        to check whether the specified DDL can be used with Cassandra.  We could
        delay that check also, but then one would not be able to find out about 
        errors in table DDL until they do a SELECT.
      4db207d5
    • Sergey Petrunya's avatar
      Cassandra SE · 2d88c4be
      Sergey Petrunya authored
      - Support UPDATE statements
      - Follow what CQL does: don't show deleted rows (they show up as rows without any columns in reads)
      2d88c4be
  2. 26 Sep, 2012 3 commits
  3. 25 Sep, 2012 1 commit
  4. 24 Sep, 2012 2 commits
  5. 22 Sep, 2012 1 commit
  6. 20 Sep, 2012 1 commit
  7. 16 Sep, 2012 1 commit
    • Sergey Petrunya's avatar
      Cassandra SE: · eb63b07a
      Sergey Petrunya authored
      - added option thrift_port which allows to specify which port to connect to
      - not adding username/password - it turns out, there are no authentication
        schemes in stock cassandra distribution.
      eb63b07a
  8. 14 Sep, 2012 3 commits
  9. 12 Sep, 2012 2 commits
  10. 10 Sep, 2012 2 commits
  11. 07 Sep, 2012 1 commit
  12. 31 Aug, 2012 2 commits
  13. 29 Aug, 2012 5 commits
  14. 28 Aug, 2012 2 commits
  15. 27 Aug, 2012 1 commit
    • Sergey Petrunya's avatar
      Cassandra storage engine: BKA support · 8eb16159
      Sergey Petrunya authored
      - We use HA_MRR_NO_ASSOC ("optimizer_switch=join_cache_hashed") mode
      - Not able to use BKA's buffers yet.
      - There is a variable to control batch size
      - There are status counters.
      - Nedeed to make some fixes in BKA code (to be checked with Igor)
      8eb16159
  16. 26 Aug, 2012 1 commit
  17. 23 Aug, 2012 2 commits
  18. 21 Aug, 2012 1 commit
  19. 20 Aug, 2012 1 commit
  20. 19 Aug, 2012 3 commits
  21. 18 Aug, 2012 3 commits