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
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 151

    OrientDB – Logging

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:1 Comment

    OrientDB uses the Java Logging framework bundled with Java Virtual Machine. OrientDB's default log format is managed by OLogFormatter class. The following statement is the basic syntax of logging command. <date> <level>…

    Continue ReadingOrientDB – Logging

    OrientDB – Caching

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:3 Comments

    Caching is a concept that will create a copy of the database table structure providing a comfortable environment for the user applications. OrientDB has several caching mechanisms at different levels. The…

    Continue ReadingOrientDB – Caching

    OrientDB – Hooks

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:4 Comments

    OrientDB Hooks are nothing but triggers in the database terminology that enable internal events before and after each CRUD operations in the user applications. You can use hooks to write custom validation…

    Continue ReadingOrientDB – Hooks

    OrientDB – Transactions

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:1 Comment

    Like RDBMS, OrientDB supports transactions ACID properties. A transaction comprises a unit of work performed within a database management system. There are two main reasons to maintain transactions in a database environment.…

    Continue ReadingOrientDB – Transactions

    OrientDB – Indexes

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:2 Comments

    Index is a pointer which points to a location of data in the database. Indexing is a concept used to quickly locate the data without having to search every record in a database.…

    Continue ReadingOrientDB – Indexes

    OrientDB – Sequences

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Sequences is a concept used in auto increment mechanism and it is introduced in OrientDB v2.2. In database terminology, sequence is a structure that manages the counter field. Simply said sequences…

    Continue ReadingOrientDB – Sequences

    OrientDB – Functions

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    This chapter explains the complete reference of different types of functions in OrientDB. The following table defines the list of functions, which are categorized by their functionality. Graph Functions The…

    Continue ReadingOrientDB – Functions

    OrientDB – Delete Edge

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Delete edge command is used to remove the database. This is equivalent of the delete command, with the addition of checking and maintaining consistency with vertices by removing all cross-references to…

    Continue ReadingOrientDB – Delete Edge

    OrientDB – Update Edge

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    Update edge command is used to update edge records in the current database. This is equivalent to actual update command in addition to checking and maintaining graph consistency with vertices, in…

    Continue ReadingOrientDB – Update Edge

    OrientDB – Create Edge

    • Post author:S K S
    • Post published:August 17, 2021
    • Post category:OrientDB
    • Post comments:0 Comments

    In OrientDB, the concept Edge works like a relation between vertices with the help of some properties. Edges and vertices are the main components of a graph database. It applies polymorphism on…

    Continue ReadingOrientDB – Create Edge
    • Go to the previous page
    • 1
    • …
    • 148
    • 149
    • 150
    • 151
    • 152
    • 153
    • 154
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP