Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Cassandra

    1. Home>
    2. Cassandra>
    3. Page 2

    Cassandra – Truncate Table

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Truncating a Table You can truncate a table using the TRUNCATE command. When you truncate a table, all the rows of the table are deleted permanently. Given below is the…

    Continue ReadingCassandra – Truncate Table

    Cassandra – Drop Table

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:2 Comments

    Dropping a Table You can drop a table using the command Drop Table. Its syntax is as follows − Syntax DROP TABLE <tablename> Example The following code drops an existing table…

    Continue ReadingCassandra – Drop Table

    Cassandra – Alter Table

    • Post author:k A
    • Post published:August 14, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Altering a Table You can alter a table using the command ALTER TABLE. Given below is the syntax for creating a table. Syntax ALTER (TABLE | COLUMNFAMILY) <tablename> <instruction> Using ALTER…

    Continue ReadingCassandra – Alter Table

    Cassandra – Create Table

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Creating a Table You can create a table using the command CREATE TABLE. Given below is the syntax for creating a table. Syntax CREATE (TABLE | COLUMNFAMILY) <tablename> ('<column-definition>' , '<column-definition>')…

    Continue ReadingCassandra – Create Table

    Cassandra – Drop Keyspace

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Dropping a Keyspace You can drop a KeySpace using the command DROP KEYSPACE. Given below is the syntax for dropping a KeySpace. Syntax DROP KEYSPACE <identifier> i.e. DROP KEYSPACE “KeySpace name”…

    Continue ReadingCassandra – Drop Keyspace

    Cassandra – Alter Keyspace

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Altering a KeySpace ALTER KEYSPACE can be used to alter properties such as the number of replicas and the durable_writes of a KeySpace. Given below is the syntax of this…

    Continue ReadingCassandra – Alter Keyspace

    Cassandra – Create Keyspace

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    Creating a Keyspace using Cqlsh A keyspace in Cassandra is a namespace that defines data replication on nodes. A cluster contains one keyspace per node. Given below is the syntax…

    Continue ReadingCassandra – Create Keyspace

    Cassandra – Shell Commands

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:1 Comment

    Cassandra provides documented shell commands in addition to CQL commands. Given below are the Cassandra documented shell commands. Help The HELP command displays a synopsis and a brief description of…

    Continue ReadingCassandra – Shell Commands

    Cassandra – Cqlsh

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    This chapter introduces the Cassandra query language shell and explains how to use its commands. By default, Cassandra provides a prompt Cassandra query language shell (cqlsh) that allows users to communicate with…

    Continue ReadingCassandra – Cqlsh

    Cassandra – Referenced Api

    • Post author:k A
    • Post published:August 13, 2021
    • Post category:Cassandra
    • Post comments:0 Comments

    This chapter covers all the important classes in Cassandra. Cluster This class is the main entry point of the driver. It belongs to com.datastax.driver.core package. Methods S. No.Methods and Description1Session connect()It creates…

    Continue ReadingCassandra – Referenced Api
    • Go to the previous page
    • 1
    • 2
    • 3
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP