|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Show Tables Like
hi,
any alternative for mysql SHOW TABLES LIKE.... in postgres... ?? i need to get the status->[4] or is it only 'select count(*) from ....' ?? |
|
#2
|
||||
|
||||
|
If you want to list tables with a name like something use the standard information_schema.tables table, it's available in PostgreSQL, MsSQL and MySQL (from v5.x).
Start reading this article.
__________________
My blog about OpenSource Databases PDF tutorials about OSS databases, DBMonster ... Please contribute to Open Source Development, fill bug reports!!! Developer Shed eSupport Commented my.ini/my.cnf (PLEASE ADD YOUR OWN CONFIG TRICK) An introduction to database normalization Natural or Surrogate key Custom ordering for your results Correlated and uncorrelated subqueries Don't turn your outer joins into inner joins |
|
#3
|
|||
|
|||
|
Quote:
basically i need to get the performnce eval by getting the no.of rows being inserted into various tables... the thing is that there are multiple insertion being done... so i some how want to track out the total no'of insertions.. first individually with each tab and then overalll... any help??? |
|
#4
|
|||
|
|||
|
Quote:
multiple insertions as in.. data is simlutaneously being inserted into multiple tables.. so how can i judge the perfo. eval??? |
|
#5
|
||||
|
||||
|
I don't understand your requirement
Are you trying to estimate database/table size and number of rows? Or are you trying to compute the insertion rate of an application? Last edited by pabloj : April 24th, 2008 at 05:40 AM. |
|
#6
|
|||
|
|||
|
Quote:
yes i need to find the overall insertion rate simultaneously into multiple tables... |
|
#7
|
||||
|
||||
|
Better meter it in your app.
|
![]() |
| Viewing: Dev Shed Forums > Databases > PostgreSQL Help > Show Tables Like |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|