multiple-databases Questions
1
Solved
I am trying to set up a multiple database application in laravel 5. I have a database A and a second database B. In database A there are my main models. Now I tried to write a migration file that c...
Daves asked 28/2, 2017 at 8:35
2
Solved
I'm trying to use the Ruby Sequel::Model ORM functionality for a web service, in which every user's data is stored in a separate MySQL database. There may be thousands of users and thus databases. ...
Dartmouth asked 11/2, 2014 at 15:45
2
Solved
I have a Symfony command line task that has a habit of dropping the mysql connection.
Its a data import task. Which fetches data from multiple connections. Its not one big query but a few smaller ...
Discoverer asked 26/4, 2013 at 10:5
4
Solved
I've been looking into using multiple databases with CodeIgniter. If I know what the databases are ahead of time, then I can set the information in the config file and then call whichever database ...
Belisle asked 11/3, 2013 at 20:55
5
Solved
We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code.
eg:
website 1...
Convertiplane asked 15/11, 2009 at 8:48
4
Solved
After dragging two tables in from one database, I switch to another and drag a table in. Now I get a message if I want to replace the connection string with the new one. I want tables from multiple...
Seabee asked 4/9, 2009 at 16:17
3
Solved
I have two database each with their own dbcontext. I've setup two migration configurations. I can add a migration for the first db ust fine (Add-Migration DB1_InitialCreate -ConfigurationTypeName D...
Pastry asked 8/5, 2012 at 23:24
1
I have master - slave replication setup for MySQL db backend for Django.
Currently I am reading and writing for Master DB only, but my dashboards are quite query intensive.
I was searching for an o...
Cupped asked 28/10, 2014 at 12:54
4
Solved
I've searched for an answer to this and all I can seem to find are questions asking whether it is better to use multiple databases or multiple tables in a single database. This isn't my question th...
Moulding asked 7/11, 2014 at 19:3
4
Solved
I have WordPress instances with each in its own database. For an update I need to query all active plugins, that are stored in a table 'wp_options' and accessible via
WHERE option_name='active_plu...
Uncertain asked 25/1, 2010 at 13:45
2
Solved
We have a Rails app hosted on Heroku and i need to set up some analytics pages for our marketing guy. This seems to be the typical use case for a Heroku follow database
The 2 databases will share ...
Salyer asked 2/9, 2012 at 19:7
1
Solved
First, let me start that I have looked so many sites about the "correct" way to configure multiple datasource on Grails, every one of them (with Grails 2.0 and later) pointing to the docs , however...
Weapon asked 29/3, 2014 at 22:8
2
I have multiple database files which exist in multiple locations with exactly similar structure. I understand the attach function can be used to connect multiple files to one database connection, h...
Salomon asked 6/2, 2011 at 12:46
4
Solved
I have 2 databases (MySql and HSQLDB). I configured 2 data sources and 2 EntityManagerFactory beans. I can also configure 2 correspondent JpaTransactionManager beans.
But I don't know how to spec...
Aikoail asked 25/12, 2009 at 17:36
1
I have two Entitymanager bean configurations. Each pointing to a separate database with a different schema (one is Oracle, the other one is an in-memory H2)
What could I do to solve the ambiguity ...
Chromic asked 14/5, 2013 at 18:17
2
I'm trying to add test fixtures to a rails (v 3.1.3) app that uses multiple databases.
The fixture should be applied only to the applications own test sqlite database:
test:
adapter: sqlite3
dat...
Incurious asked 30/11, 2011 at 13:13
1
Some questions here in StackOverflow about NHibernate and multiple databases (dynamically connected), address me to believe that the best solution would be to keep a cache of SessionFactory (per da...
Hurtful asked 18/3, 2013 at 22:29
2
Solved
I have multiple connections and I have a repository class. I would like the repository class to have access to the multiple connections. Its for a report that requires fetching data from multiple d...
Lictor asked 7/3, 2013 at 17:10
1
Solved
I'm pretty new to using PDO and I would like to set it up so I can have multiple databases as and when I need them. So I've created a function that allows you to pass a database name to be used as ...
Packet asked 18/2, 2013 at 9:19
1
I am building a SAAS application and we are discussing about one database per client vs shared databases. I have read a lot, incluisve some topics here at SO but I have still many doubts.
Ou...
Heterodyne asked 28/1, 2013 at 18:59
3
Solved
Introduction
My iOS project ships with a Core Data persistent store weighing some 160MB in SQLite format. There is a ton of grouped information in there, in which users should be able to mark favo...
Bimetallic asked 8/3, 2011 at 11:24
5
Solved
example app, having employee information and being accessed by different applications like payroll and pos. i have employee data in one database, payroll data and pos in separate databases each.
i...
Beaudoin asked 2/11, 2012 at 1:2
2
Solved
I am using spring mvc+hibernate+two databases
So for example:
I create 2 sessionFactories. sessionFactory1 (using datasource1) and sessionFactory2 (using datasource2).
Would it be possible to cha...
Throes asked 10/11, 2011 at 10:51
2
Solved
I have a Spring + Hibernate + JPA app. The user, when logging in, can choose from a list of DB's to connect to (these are the requirements). All the DB's have the same schema, so the same entities ...
Mocha asked 2/1, 2012 at 16:45
2
Solved
I'm trying to establish a second database connection to another database on another server. We're using play framework 1.2.4 and I found the following documentation for 1.2.3.
http://www.playframe...
Leesaleese asked 3/2, 2012 at 7:39
© 2022 - 2025 — McMap. All rights reserved.