Re: [BUGS] Dúvida
On 20-08-2013 16:01, Fernando Ewald wrote: [This is *not* a bug.] > Sei que o e-mail não é esse, mas foi o único que encontrei para suporte. > Fernando, você não verificou as listas de discussão (especificadamente a pgbr-geral [1] -- lista de discussão para usuários em língua portuguesa). E mais, a língua oficial nesta lista é o inglês. > Tenho um sistema que tem um banco de dados de 30 gb entre 15 a 20 usuários > simultaneos conectados a ele, gostaria de saber uma coisa. > > Tenho um servidor R410 com processador Xeon 3.1 ghz 8 núcleos 32 gb de > memória e 2 Tb de HD, com a configuração dessa maquina terei algum problema > quanto a desemprenho do meu banco de dados, em conversa com amigos que > utilizam o Postgres como gerenciador de banco de dados também, me falaram > que ele vai funcionar muito bem, mas os desenvolvedores do sistema que > utilizo me informaram que iria ficar lento. > Tente fazer esta mesma pergunta na pgbr-geral. Eu aconselho que você forneça mais informação sobre o sistema, hardware (disco?) e arquitetura do sistema (servidor de aplicações?). Além disso, você mesmo pode montar testes para simular a carga almejada e concluir se o hardware é suficiente ou não. [1] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral -- Euler Taveira Timbira - http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
[BUGS] Dúvida
Caros, boa tarde. Sei que o e-mail não é esse, mas foi o único que encontrei para suporte. Tenho um sistema que tem um banco de dados de 30 gb entre 15 a 20 usuários simultaneos conectados a ele, gostaria de saber uma coisa. Tenho um servidor R410 com processador Xeon 3.1 ghz 8 núcleos 32 gb de memória e 2 Tb de HD, com a configuração dessa maquina terei algum problema quanto a desemprenho do meu banco de dados, em conversa com amigos que utilizam o Postgres como gerenciador de banco de dados também, me falaram que ele vai funcionar muito bem, mas os desenvolvedores do sistema que utilizo me informaram que iria ficar lento. Gostaria de saber a posição de vocês quanto a isso. Obrigado -- SDS Fernando Nunes Ewald Av. Zulmira Rosa Antunes Lj 02 Edf. Marcelo de Souza Amaral - Anchieta-ES Tel. (28) 3536-2924 Cell. (28) 9904-0286
Re: [BUGS] BUG #8389: JDBC Driver assumes first column to be an integer
"ivan@solidit.cl" wrote: > When having a table with the next columns: > content varchar(10) > idcontent int primary key > Persisting a row using the JDBC driver (I used JBoss and > hibernate to persist a bean) > The JDBC driver throws an exception while trying to parse the > first column content (a string) as an integer. I think the behavior you are seeing is due to JBoss or Hibernate. I've used many tables with no integer columns through PostgreSQL JDBC. Hibernate, by default, seems to want every table to have a primary key of a single integer column, it but can be coerced to work with a properly normalized relational database with a little effort. In my experience it's worth the effort. -- Kevin Grittner EDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
Re: [BUGS] BUG #8387: Error while make of the source code
I am using gcc compiler,readline is already installed. Is there any rpm available for AIX7.1? -- View this message in context: http://postgresql.1045698.n5.nabble.com/BUG-8387-Error-while-make-of-the-source-code-tp5767841p5768011.html Sent from the PostgreSQL - bugs mailing list archive at Nabble.com. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
[BUGS] BUG #8389: JDBC Driver assumes first column to be an integer
The following bug has been logged on the website: Bug reference: 8389 Logged by: Ivan Pliouchtchai Email address: ivan@solidit.cl PostgreSQL version: 9.2.4 Operating system: Windows 7 Description: PRECONDITION: When having a table with the next columns: content varchar(10) idcontent int primary key ACTION: Persisting a row using the JDBC driver (I used JBoss and hibernate to persist a bean) RESULT: The JDBC driver throws an exception while trying to parse the first column content (a string) as an integer. Anyway the content gets saved to the database. TEMPORARY SOLUTION: Recreating the table with the integer key column as the first column solved the problem. -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs