Hi...
If we are to compare MySQL/binlog with Oracle's redo log, there are some known
differences. First of all, the (somewhat) equivalent structure in Oracle for
the MySQL's binary log is not the redo log the log writer is writing to. It
is the archived log. The function of those is also
2011/03/18 17:24 -0500, Afan Pasalic
I have to increase 'no_of_visits' for 1.
Using UPDATE function is easy:
update visits set no_of_visits=no_of_visits+1 where visitor_id=123
but, how it should be (if possible at all) if I want to use REPLACE
function?
I tried something similar
rep
2011/03/18 08:49 -0500, LAMP
Is here anybody from mysql development team, to suggest to build IN
ALL function?
There is a problem here: the basic operation is on the record, each record by
each record, all by itself. The solution to your problem entails acting on more
distinc
I have to increase 'no_of_visits' for 1.
Using UPDATE function is easy:
update visits set no_of_visits=no_of_visits+1 where visitor_id=123
but, how it should be (if possible at all) if I want to use REPLACE
function?
I tried something similar
replace into visitors values ($visitor_id, (no_o
We are excited to announce Surge 2011, the Scalability and Performance
Conference, to be held in Baltimore on Sept 28-30, 2011. The event focuses
on case studies that demonstrate successes (and failures) in Web
applications and Internet architectures. This year, we're adding Hack Day on
September 2
On Mar 17, 2011, at 3:01 PM, Geert-Jan Brits wrote:
Indeed, I don't thing there is.
Just be sure that each record has an unique combination of org_id
and item_id, otherwise you might end up with an org_id that, for
example, references 4 times item_id 34 in 4 different records, but
no oth