altibase icon indicating copy to clipboard operation
altibase copied to clipboard

ENTERPRISE GRADE OPEN SOURCE DATABASE www.altibase.com

Results 21 altibase issues
Sort by recently updated
recently updated
newest added

I want to build this project on Windows 10 , and Please, could anyone help me? Thank you!

bug
question
altibase7.1

**Describe the task** Things to do list for v7.2 release **Over view ** Overall information for the task: - Environment(~8/13): 78%85.7% - Back porting (~8/13): 100% - Release Test(~10/18): 23%30%(in...

Release Note
Task
project

**Project Overview** - PROJ ID: PROJ-757 - Program manager: Hess Lee - Responsibility: Bae Young hee - Staff: - Notify: - Status: Open - Site: - Start Date: 06/01/21 -...

project

$cat schema.sql DROP TABLE TEST; CREATE TABLE TEST ( K01 INTEGER, K02 INTEGER, K03 INTEGER, K04 INTEGER, K05 INTEGER, K06 INTEGER, K07 INTEGER, K08 INTEGER, K09 INTEGER, K10 INTEGER, K11...

altibase7.1
standard bmt

#define DESCRIPTION "SIMPLE_BENCHMARK_SELECT_HDB_CLI_THREAD" void* worker ( void* argument ) { char connection[1024]; SQLHENV env; SQLHDBC dbc; SQLHSTMT stmt; int p01; int k01; int k02; int k03; int k04; int k05;...

altibase7.1
standard bmt

#define DESCRIPTION "SIMPLE_BENCHMARK_INSERT_HDB_CLI_THREAD" void* worker ( void* argument ) { char connection[1024]; SQLHENV env; SQLHDBC dbc; SQLHSTMT stmt; int k01; int k02; int k03; int k04; int k05; int k06;...

altibase7.1
standard bmt

HOST="MN" PORT="20301" CONNTYPE="1" THREADS="32" RECORDS="100000" UNIT="1000" THRESHOLD="100000" CAP="0" USER="SYS" PASSWORD="MANAGER" OPTION="DSN=$HOST;PORT_NO=$PORT;CONNTYPE=$CONNTYPE" ./configure.sh case $1 in "1" ) is -f tc2_conf_1.sql THREADS="3" ;; "2" ) is -f tc2_conf_2.sql THREADS="7" ;; "4"...

altibase7.1
standard bmt

HOST="MN" PORT="20301" CONNTYPE="1" THREADS="16" RECORDS="100000" UNIT="1000" THRESHOLD="100000" CAP="0" USER="SYS" PASSWORD="MANAGER" OPTION="DSN=$HOST;PORT_NO=$PORT;CONNTYPE=$CONNTYPE" ./configure.sh is -f tc1_conf.sql make clean make echo case $CONNTYPE in "1" ) export ISQL_CONNECTION="TCP" ;; "2" ) export...

altibase7.1
standard bmt

HOST="MN" PORT="20301" CONNTYPE="1" THREADS="32" RECORDS="100000" UNIT="1000" THRESHOLD="100000" CAP="0" USER="SYS" PASSWORD="MANAGER" OPTION="DSN=$HOST;PORT_NO=$PORT;CONNTYPE=$CONNTYPE" case $1 in "h" ) is -port $PORT -f tc4_conf_h.sql ;; "r" ) is -port $PORT -f tc4_conf_r.sql ;;...

altibase7.1
standard bmt

HOST="MN" PORT="20301" CONNTYPE="1" THREADS="10" RECORDS="100000" UNIT="1000" THRESHOLD="100000" CAP="0" USER="SYS" PASSWORD="MANAGER" OPTION="DSN=$HOST;PORT_NO=$PORT;CONNTYPE=$CONNTYPE" ./configure.sh ./tc1_run.sh make clean make echo case $CONNTYPE in "1" ) export ISQL_CONNECTION="TCP" ;; "2" ) export ISQL_CONNECTION="UNIX" ;;...

altibase7.1
standard bmt