472,330 Members | 1,485 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,330 software developers and data experts.

PostGreSql database features questions

Hi:

I'm very new to PostGreSql database and actually looking to evaluate for
one of our project needs. Below please find some questions. I'm hoping
if I can get some insight into these questions.

Thanks.

Ish...

1) Does PostGreSql allows for multiple databases to be open at the same
time?

2) Does PostGreSql have the ability to tag a Database/Table to be a
persistent or non-persistent database/table? By this question I mean,
that I may need to have a table that I don't want to be saved to the
hard disk/ flash file system and only want to keep it in memory and
other tables/database I may want to save to hard disk or flash. Does
PostGreSql allow for that?

Nov 11 '05 #1
4 3205
Ish Ahluwalia <ah*******@erinc.com> writes:
1) Does PostGreSql allows for multiple databases to be open at the same
time?
The backend supports access to multiple databases at the same time.
2) Does PostGreSql have the ability to tag a Database/Table to be a
persistent or non-persistent database/table? By this question I
mean, that I may need to have a table that I don't want to be saved
to the hard disk/ flash file system and only want to keep it in
memory and other tables/database I may want to save to hard disk or
flash. Does PostGreSql allow for that?


There has been discussion of this, but no implementation has emerged.
--
let name="cbbrowne" and tld="libertyrms.info" in name ^ "@" ^ tld;;
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)
Nov 11 '05 #2
Ish Ahluwalia <ah*******@erinc.com> writes:
1) Does PostGreSql allows for multiple databases to be open at the same
time?
The backend supports access to multiple databases at the same time.
2) Does PostGreSql have the ability to tag a Database/Table to be a
persistent or non-persistent database/table? By this question I
mean, that I may need to have a table that I don't want to be saved
to the hard disk/ flash file system and only want to keep it in
memory and other tables/database I may want to save to hard disk or
flash. Does PostGreSql allow for that?


There has been discussion of this, but no implementation has emerged.
--
let name="cbbrowne" and tld="libertyrms.info" in name ^ "@" ^ tld;;
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)
Nov 11 '05 #3
On Friday 12 September 2003 18:38, Ish Ahluwalia wrote:
Hi:

I'm very new to PostGreSql database and actually looking to evaluate for
one of our project needs. Below please find some questions. I'm hoping
if I can get some insight into these questions.

Thanks.

Ish...

1) Does PostGreSql allows for multiple databases to be open at the same
time?
Yes, multiple clients to multiple databases.
2) Does PostGreSql have the ability to tag a Database/Table to be a
persistent or non-persistent database/table? By this question I mean,
that I may need to have a table that I don't want to be saved to the
hard disk/ flash file system and only want to keep it in memory and
other tables/database I may want to save to hard disk or flash. Does
PostGreSql allow for that?


You can mark a table as TEMPORARY which means it will only survive for the
length of a connection (and only be visible to that connection). I'm not sure
it makes sense to run the database from flash, but you could copy the data to
flash when you shut PG down.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 11 '05 #4
On Friday 12 September 2003 18:38, Ish Ahluwalia wrote:
Hi:

I'm very new to PostGreSql database and actually looking to evaluate for
one of our project needs. Below please find some questions. I'm hoping
if I can get some insight into these questions.

Thanks.

Ish...

1) Does PostGreSql allows for multiple databases to be open at the same
time?
Yes, multiple clients to multiple databases.
2) Does PostGreSql have the ability to tag a Database/Table to be a
persistent or non-persistent database/table? By this question I mean,
that I may need to have a table that I don't want to be saved to the
hard disk/ flash file system and only want to keep it in memory and
other tables/database I may want to save to hard disk or flash. Does
PostGreSql allow for that?


You can mark a table as TEMPORARY which means it will only survive for the
length of a connection (and only be visible to that connection). I'm not sure
it makes sense to run the database from flash, but you could copy the data to
flash when you shut PG down.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Nov 11 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Otis Green | last post by:
Vote for or against a new newsgroup proposal. To summarize what you need to do, just send an empty e-mail to postgresql-ballot@netagw.com You...
1
by: Mateusz [PEYN] Adamus | last post by:
Hi I'm a developer currently wondering which DB choose for my next project. I looked on the net found ofcourse Oracle but also came up with...
125
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database...
0
by: Ish Ahluwalia | last post by:
Hi: I'm very new to PostGreSql database and actually looking to evaluate for one of our project needs. Below please find some questions. I'm...
74
by: John Wells | last post by:
Yes, I know you've seen the above subject before, so please be gentle with the flamethrowers. I'm preparing to enter a discussion with management...
0
by: Chris Travers | last post by:
Hi all; This seems at least somewhat on-topic here, so at the risk of seeming shamelessly self-promoting, I figured I would ask. I am the main...
3
by: Robert Abi Saab | last post by:
Hi everyone. I just finished a course on PostgreSQL and I found out that PostgreSQL doesn't provide any object relational features (as claimed in...
10
by: Laimis K | last post by:
Hi, I'm oracle man. So, how about features in postgesql which exists in oracle db (order is casual) ? 1. Sequences 2. Packages 3....
1
by: John Wells | last post by:
Guys, Now that Ingres has been open-sourced, I'm curious about where it stands with regards to PostgreSQL. Is it a worthy competitor?...
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.