Giter VIP home page Giter VIP logo

Comments (5)

den-crane avatar den-crane commented on June 22, 2024

23.7 is out of support. You should upgrade to a supported version: https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease

from clickhouse.

jaddu123 avatar jaddu123 commented on June 22, 2024

Ok, but what could be the possible issue?

from clickhouse.

den-crane avatar den-crane commented on June 22, 2024

Do you have skip (secondary) indexes #52433 ?

v23.7.6.111-stable.md:* Fix recalculation of skip indexes and projections in ALTER DELETE queries #52530 (Anton Popov).
v23.8.1.2992-lts.md:* Fix recalculation of skip indexes and projections in ALTER DELETE queries #52530 (Anton Popov).

from clickhouse.

jaddu123 avatar jaddu123 commented on June 22, 2024

I don't have any secondary index.

This is my create table syntax:

CREATE TABLE test_db.log_events
(
id UUID DEFAULT generateUUIDv4(),
created_at Nullable(DateTime) CODEC(DoubleDelta, ZSTD(1)),
updated_at Nullable(DateTime) CODEC(DoubleDelta, ZSTD(1)),
version UInt32 CODEC(Delta(4), ZSTD(1)),
payload Object('json')
)
ENGINE = MergeTree
ORDER BY tuple()
SETTINGS index_granularity = 8192

from clickhouse.

den-crane avatar den-crane commented on June 22, 2024

it's because of payload Object('json')

Object('json') is experimental is not supported and obsolete.

https://clickhouse.com/docs/en/sql-reference/data-types/json The JSON data type is an obsolete feature. Do not use it.

from clickhouse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.