Documents tagged with "SQL"
Your Query returned 7 results
-
- CUBRID Query Tuning Techniques
- CUBRID Query Tuning Techniques
This article has been written by one of the CUBRID core developers to help users improve their application performance by understanding how CUBRID Indexing behaves and how to tune it. Database tuning, necessary to build a high performa...
http://www.cubrid.org/cubrid_query_tuning
-
- Obtaining Database Information in CUBRID
- Obtaining Database Information in CUBRID
This guide explains how to retrieve database information from CUBRID. This includes: table, index, and column names, if certain columns are indexes or not, which one is primary key, etc. In simple words, all this information can b...
http://www.cubrid.org/cubrid_database_information
-
- Install CUBRID with AutoSet
- Install CUBRID with AutoSet
AutoSet is a software bundle for Windows, which provides seamless installation of Apache, PHP, MySQL, CUBRID, and Subversion. It is distributed under the Apache License version 2.0 and is available in both English and Korean languages. Users ...
http://www.cubrid.org/install_cubrid_autoset
-
- CUBRID Click Counter
- CUBRID Click Counter
The scope of this tutorial is to show you how to use one of the most special features implemented in CUBRID – Click Counter.
Problem Statement
For instance, assume you have a bulletin-board system, or a blogging system, or a forum web site, or, simply put...
http://www.cubrid.org/cubrid_click_counter
-
- How to Concatenate Column Values from Different Rows
- How to Concatenate Column Values from Different Rows
Sometimes you want to concatenate all column values from differenct rows returned by your SELECT statement in one value. For example, consider the code table in the demodb database that comes by default with CUBRID:
SE...
http://www.cubrid.org/concat_different_row_columns
-
- How to Efficiently Import Large Files in CUBRID
- How to Efficiently Import Large Files in CUBRID
Sometimes we need to import large data files to CUBRID tables which can go over several GB. In this article we will cover different ways to perform this task. They are: The easiest way to import data to CUBRID is usin...
http://www.cubrid.org/import_large_file
-
- CUBRID vs. MySQL vs. Oracle Data Type Mapping
- CUBRID vs. MySQL vs. Oracle Data Type Mapping
Since each database management system has its own SQL syntax and data type conventions, it is sometimes overwhelming to figure out which data type in one database system would be the best equivalent of a certain data type in an...
http://www.cubrid.org/cubrid_mysql_oracle_data_type_mapping