Question : I’m playing with storing and indexing IP addresses. I’m starting with a simple, stupid table: CREATE TABLE [dbo].[IP_addresses]( […]
Tag: non-deterministic
Non-deterministic functions and row-based binary logging (MySQL)
Question : Newbie questions. I’m working on a MySQL project that will use only row-level binary logging. There will be […]