Do you need to calculate this on the database? Can you not populate a table
with the numbers found on the internet? =)
Best Regards
On Tue, Jan 15, 2013 at 4:16 PM, Roberto Carlos wrote:
> The example below is from PostgreSQL. Is there an easy way to do it in
> Firebird 2.5 or 3.0?
>
> I need
Hi again Nick,
I used a great program, called Sinatica (http://www.sinatica.com/). This
program show lots of stuff in realtime, and also some pseudo-trace stuff
(not complete like the real trace feature in FB 2.5).
It became obvious that when the sweep process started, the disk access
became satu
The example below is from PostgreSQL. Is there an easy way to do it in Firebird
2.5 or 3.0?
I need prime numbers to analyse bio data:
with primes (num) as (
select generate_series(2,1)
)
SELECT num
FROM primes p1
WHERE num not in (
SELECT p1.num
FROM primes p2
WHERE p2.num <
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Sehr geehrte Damen und Herren,
die Adresse thomas.beckm...@martens-prahl.de ist nicht mehr verfügbar. Diese
Mail wird NICHT weitergeleitet.
Bitte nutzen Sie von nun an folgende Adresse:
thomas.beckm...@assfinet.de
Vielen Dank!
Hi,
> (firebird 2.1.5 on centos) 50Gb database
>
> Is there any reason why a process, upon noticing the transaction gap is>
> 2& hence a sweep is required, should 'hang' (for hours), as if waiting
> for the sweep to complete.
>
> Is there any way I can tell (logging or process monitoring perh
Hi Leonardo,
thats the symptom I'm seeing, intermittently a process will almost stop and
will stay that way for several hours
how did you prove that was the cause?
On 15 January 2013 15:59, Leonardo Carneiro wrote:
> **
>
>
> Hi Nick. I've found that my applications ALMOST hang when sweep is
Hi Nick. I've found that my applications ALMOST hang when sweep is running
in big databases (100GB+).
I say almost because once in a while the application give a sign of life.
To "solve" the problem, i disabled the autosweep and run in a scheduled
task every dawn.
Best regards.
On Tue, Jan 15,
On 11/01/13 11:11, Svein Erling Tysvær wrote:
> I don't see anything stupid, though of course, you would not want an index to
> be used for a.TEXT_ID (since that will only eliminate the first out of an
> average of 150 duplicates. Depending on your plan, a slight change might make
> the query a
Hello.
I've got some strange problem when accessing table MON$ATTACHMENTS inside an ON
DISCONNECT db trigger.
In an ON CONNECT db trigger I create a new line in a table with the
CURRENT_CONNECTION integer as the primary key, like this:
CREATE TRIGGER DB_ON_CONNECT_0
ACTIVE ON CONNECT POSITION
Hi,
(firebird 2.1.5 on centos) 50Gb database
Is there any reason why a process, upon noticing the transaction gap is >
2 & hence a sweep is required, should 'hang' (for hours), as if waiting
for the sweep to complete.
Is there any way I can tell (logging or process monitoring perhaps) when a
19 matches
Mail list logo