Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2022-11-14- KDB Project Call Meeting Agenda #81

Closed
2 tasks
alvin-c-shih opened this issue Nov 12, 2022 · 6 comments
Closed
2 tasks

2022-11-14- KDB Project Call Meeting Agenda #81

alvin-c-shih opened this issue Nov 12, 2022 · 6 comments

Comments

@alvin-c-shih
Copy link
Contributor

alvin-c-shih commented Nov 12, 2022

Date

Monday, November 14, 2022 - 9:30am ET / 2:30pm UK

// Second Monday of every month

Attendees

Fullname Affiliation GitHub Username
James McLeod FINOS @mcleo-d
Aaron Davies Morgan Stanley @adavies42
Alvin Shih Morgan Stanley @alvin-c-shih
Peter Gyorok KX Systems @gyorokpeter
Jonny Press AquaQ Analytics @jonnypress
Ross Duffy Morgan Stanley

Meeting notices

  • FINOS Project leads are responsible for observing the FINOS guidelines for running project meetings. Project maintainers can find additional resources in the FINOS Maintainers Cheatsheet.

  • All participants in FINOS project meetings are subject to the LF Antitrust Policy, the FINOS Community Code of Conduct and all other FINOS policies.

  • FINOS meetings involve participation by industry competitors, and it is the intention of FINOS and the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Please contact [email protected] with any questions.

  • FINOS project meetings may be recorded for use solely by the FINOS team for administration purposes. In very limited instances, and with explicit approval, recordings may be made more widely available.

Agenda

  • (5 min) Convene, roll call, welcome new people.

  • Display FINOS Antitrust Policy summary slide

  • Review Meeting Notices (see above)

  • (5 min) Approve previous meeting minutes.

    • Approved by acclamation.
  • (5 min) Ideas for bringing together an ML Ops Project in FINOS.

  • (15 min) Discussion about HDBs partitioned on smaller intervals than days.

    • Supported partitions inferred by length of directory name:
      • date is 10 characters, month is 7 characters, year is 4 characters, anything else is a long int
    • Examples of systems that aren't partitioned by date:
      • FX ticks partitioned by hour.
      • Risk system that makes a snapshot every 10 minutes.
      • Equity tick volumes have increased since the early days of kdb+ 25+ years ago.
      • Options tick volumes are huge and hard to manage whole day partitions.
    • Question about whether a non-daily roll is driven by the ticker plant or independent of it.
    • Current workarounds convert timestamps to long int, but it makes it harder for the users to query.
    • Some hacking on q.k to support timestamp revealed:
      • Colons in timestamps cause problems when trying to load.
      • q can parse timestamps with the colons omitted.
    • Should be a modest change to kdb to support this.
  • (10 min) Discussion about loading large files into RDB intra day.

    • One example cites a table that requires 15 minutes to load.
    • qclone could create a child process to parse input files and send to parent via IPC.
    • Might want try splayed table or AnyMap tables that load quickly due to mmap.
    • No easy a way for child to inject new table into parent memory.
  • (5 min) kdb+ Project gets a Project Expo booth at Open Source in Finance Forum NYC on December 8th.

  • (5 min) AOB, Q&A, Adjourn.

    • No activity on kdb-studio in last 4 months.
    • Some interest to hear about experiences with PyKX.

WebEx info

Webex

Dial-in and Project Materials

@mcleo-d
Copy link
Member

mcleo-d commented Nov 14, 2022

Hello 👋🏻

@alvin-c-shih
Copy link
Contributor Author

Howdy!

@adavies42
Copy link
Contributor

hi

1 similar comment
@gyorokpeter
Copy link
Contributor

hi

@jonnypress
Copy link

Hi

@mcleo-d
Copy link
Member

mcleo-d commented Nov 14, 2022

Hello 🐱

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants