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
  • Get data the way you want

    Network Security

    • Post author:B D
    • Post published:August 13, 2021
    • Post category:Network Security
    • Post comments:0 Comments

    Network Security deals with all aspects related to the protection of the sensitive information assets existing on the network. It covers various mechanisms developed to provide fundamental security services for…

    Continue ReadingNetwork Security

    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

    Cassandra – Installation

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

    Cassandra can be accessed using cqlsh as well as drivers of different languages. This chapter explains how to set up both cqlsh and java environments to work with Cassandra. Pre-Installation…

    Continue ReadingCassandra – Installation

    Cassandra – Data Model

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

    The data model of Cassandra is significantly different from what we normally see in an RDBMS. This chapter provides an overview of how Cassandra stores its data. Cluster Cassandra database…

    Continue ReadingCassandra – Data Model
    • Go to the previous page
    • 1
    • …
    • 669
    • 670
    • 671
    • 672
    • 673
    • 674
    • 675
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP