NuoDB is a cloud-based distributed SQL server.
Questions tagged [nuodb]
42 questions
0
votes
1 answer
does NuoDB ensures to get latest/updated data in all read operation?
I want to install NuoDB in a cloud (multiple amazon ec2 instances). before that I need to know one things:
does NuoDB ensures data consistency?
i am not a DB expert so you can treat this part as a separate point of this question or explanation of…

user3011768
- 191
- 2
- 3
- 11
0
votes
1 answer
NewSQL databases that integrate with Entity Framework
Are there any NewSQL offerings out there that integrate with Entity Framework? The only one I know of is NuoDB. Just wondering if there are others.

user3668400
- 1
- 1
0
votes
1 answer
How create 2nd host in NuoDB
Can anybody tell me how to setup two hosts in one machine. Till now I have installed NuoDB with two hosts option, created a database in one host and loaded data, but don't know how to create other hosts. How these 2 hosts will connect with each…

user3394005
- 11
- 4
0
votes
1 answer
Is it possible at this point to use Nuodb as a "drop-in" replacement for MySQL?
I have completed a quick start tutorial for Zend Framework where MySQL is replaced by Nuodb without changing a line of code or at least to my recollection no DB queries where changed. The quick start being a very simplistic application i…

EddardOmeka
- 795
- 5
- 11
0
votes
2 answers
can not PDO nuodb
I want to connect nuonb with yii framework. After i configed from this guide (configuring database connection in Yii framework)
I cannot connect to database.
So I look at another page that config nuodb with php…

Sarun Prasomsri
- 25
- 6
0
votes
2 answers
ActiveRecord::StatementInvalid TypeError not a supported Ruby type, with NuoDB
I'm using Rails 3.2.13 with a legacy NuoDB database and the activerecord-nuodb-adapter gem. The database is connected and I can get an accurate list of tables with ActiveRecord::Base.connections.tables.
Here's the error:
[2] pry(main)> Store.first
…

bionoid
- 3
- 1
- 1
0
votes
1 answer
nuodb | Database in font end lost
I have created new Instance use ami of nuodb on amazon ec2.
My instance details:
AMI ID : ami-9f9201af
Root Device: ebs
Type: m1.large
location in : oregon
License: Developer Edition
I have found problem; when I create database, by set archive…

Sarun Prasomsri
- 25
- 6
0
votes
1 answer
Start transaction has no effect in nuodb
In nuodb when I start a transaction with "start transaction" why do I need to manually set autocommit to off before?
What is the role of start transaction if it has no effect when autocommit is…

ModesteMax
- 83
- 6
0
votes
1 answer
how to use nuodb database in yii framework application?
Please let me know how can I user nuodb which is new for me in the YII framework .
my config/main.php
'db'=>array('connectionString' => 'nuodb:host=localhost:8080;dbname=getbusy'
and the user name in the databse is:
username=root
password=123456 …

khajaamin
- 856
- 7
- 18
0
votes
2 answers
Play Framework 2.1 and NewSQL
This is more a curiosity question:
I have an application developed using Ebean and mySQL that works just peachy bot in "production" (evolutions turned off) and dev mode (DDL and evo On). I came accross some NewSQL solutions that seemed interesting…

le-doude
- 3,345
- 2
- 25
- 55
-1
votes
1 answer
Issue in NuoDB in date_to_str with a pattern with miliseconds
I want to make in NuoDB the cast from str to date with a 6 milliseconds precision. The problem is that sometimes it rounds it to 3 milliseconds. It seems that the problem is when the fourth millisecond is 5 or bigger, is there any way that it…

Miguel
- 1
-2
votes
1 answer
How can i read data running batch file and store in a text file?
I am running a command in a command prompt it is a nuodb manager
nuodbmgr --broker localhost --password bird123 --command "log database madhu categories sql-statements"
this will get all running tasks in nuodb server. after getting more data its…

madhu
- 1,083
- 3
- 12
- 31