Re: Processing new rows in staging table quickly...
From: Dominic Brooks <dombrooks_at_hotmail.com>
Date: Thu, 18 Apr 2019 06:54:42 +0000
Message-ID: <DB7PR04MB4443C3C972F4322E459A0D6BA1260_at_DB7PR04MB4443.eurprd04.prod.outlook.com>
Date: Thu, 18 Apr 2019 06:54:42 +0000
Message-ID: <DB7PR04MB4443C3C972F4322E459A0D6BA1260_at_DB7PR04MB4443.eurprd04.prod.outlook.com>
FBI which has nulls for the rows which have already been processed. Or partition by NULL/ NOT NULL.
Sent from my iPhone
On 18 Apr 2019, at 00:33, "post.ethan_at_gmail.com<mailto:post.ethan_at_gmail.com>" <post.ethan_at_gmail.com<mailto:post.ethan_at_gmail.com>> wrote:
I have a staging table in which 99% of the rows are going to have a date for stats_processed_time.
I will need to only select for rows that have not been processed.
…
where b.access_key=v_access_key
and b.bucket=v_bucket and b.stats_processed_time is null
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Apr 18 2019 - 08:54:42 CEST